Skip to main content
The 2024 Developer Survey results are live! See the results

Multer is a node.js component used to handle multipart/form-data uploads.

Multer is a middleware for handling multipart/form-data, which is primarily used for uploading files. It is written on top of for maximum efficiency.

Multer will not process any form which is not multipart (multipart/form-data).

Github repo expressjs/multer.

Github repo busboy