(2/7) - Create folders, subfolders, upload and view files & folders

preview_player
Показать описание
File Transfer Web App (Node JS + Mongo DB) - Express

You can upload any type of file (image, e-book, executable, iso), the system will NOT prevent you from uploading any certain type of file. Uploaded files are in original quality (no compression is done), and they can be deleted at any time by the uploader.

To organize your files, you can create folders and upload files in that folder. For example, you can create a folder named “College data” and in that folder create further sub-folders “Assignments”, “Thesis”, “Projects” and upload relevant files in each folder separately. You can go for an infinite level of sub-folders, this project is able to handle that.

Your files will not be accessible by any person other than you or people you have shared with. Even if someone finds the directory where you have stored all your files, he will still be unable to list or view the files.

There is no limit on the volume of data uploaded in this system. You can upload as much larger files as your server allows, and you can upload as many files as needed. You can also create an infinite level of folders and sub-folders.

Source code:
Рекомендации по теме
Комментарии
Автор

Man can you tell me how can I add image viewing option as well in this system, Also how can I remove some redundant pages that I don't need, Please reply asap

tyrion
Автор

database = client.db("file_transfer"); showing the error

priyanshukhale
Автор

bro i have followed the steps but in chrome is showing me cannot get

priyanshukhale