Handling File Uploads in Express with Multer
Why file uploads need middleware
When a user uploads a file, the data is not sent like normal JSON. It comes in a special format called multipart form-data.Express cannot read this format by default.
saurabh-ravte.hashnode.dev2 min read