Completed
Index.html route
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Node.js File Upload API with Express Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Add dependencies
- 4 Basic server setup
- 5 Index.html route
- 6 Create the HTML file upload form
- 7 JavaScript to submit the files
- 8 Post route and fileUpload middleware
- 9 Test the server post route
- 10 filesPayloadExists middleware
- 11 fileSizeLimiter middleware
- 12 fileExtLimiter middleware
- 13 Import and apply all custom middleware
- 14 Test the middleware
- 15 Saving files to the server
- 16 Testing the file upload process