multer
Node.js middleware for handling `multipart/form-data`.
About this project
Multer Multer is a node.js middleware for handling multipart/form-data, which is primarily used for uploading files. It is written on top of busboy for maximum efficiency. NOTE: Multer will not process any form which is not multipart (multipart/form-data). Installation Usage Multer adds a body object and a file or files object to the request object. The body object contains the values of the text fields of the form, the file or files object contains the files uploaded via the form. Basic usage example: Don't forget the enctype="multipart/form-data" in your form. In case you need to handle a text-only multipart form, you should use the .none() method: Here's an example…
Technologies
Project health
GitHub
Reviews
Built by
Maintain expressjs/multer? Claiming verifies admin access through your GitHub account and gives you control of this listing.