[NodeJS] About the "uploads" directory

It didn’t create an uploads directory in my project. With NodeJS it will be possible to upload files outside of the public folder, so that they are not accessible from the internet. I think the uploads directory will be the default directory for that.

The advantage is that you can secure your files, create a server connect action with a security provider on it that restricts it to logged in users only which can then download the file.

1 Like