Dealing with file upload using node.js express and multer library.
Two use cases are presented: single file upload and multiple file uploads.
0:00 File upload scenarios - Multer library introduction
1:09 project structure on github
3:04 HTML frontend code for file upload explanation
6:32 Node.js express/multer backend code for file upload explanation
8:47 Running the code - Single file upload use case
10:46 Running the code -Multiple files upload use case
Take that on github: https://github.com/rafaelqg/fileuploa...