File Upload

search by tag

The file melting Multer with NodeJS and Express

Aug 18, 2021 | 8 min read | 1688 Views | Comments

Multer is a mature multipart/form-data supreme middleware for Node.js. Its been there for a long time, already explored and discussed by many elite developers. In this article, we will revisit the core capabilities of the Multer and will explore scenarios like single/multiple file upload using forms or AJAX.