How to upload file using ExpressJS(NodeJS) - Multer
It took me 4-days and 100+ attempts to solve this simple issue of uploading a file using node.
And the moment I got it right, I was like...phewww
Here is how I solved this issue.
By creating a -
Simple node server.
Middleware to process files.
PO...
blog.aamchora.space4 min read