multer

by expressjs · Web

Node.js middleware for handling `multipart/form-data`.

New0 ratings12,082 starsActive
WebDeveloper ToolJavaScript
Open project ↗↓ Download v2.3.0GitHub⚑ Report
multer preview

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

JavaScript

Project health

Actively maintained
Last updatelast week
Contributors96
Latest releasev2.3.0
Open issues & PRs177
LicenseMIT
On GitHubsince 2014

GitHub

12,082
stars
1,137
forks
96
contributors
177
open issues & PRs
JavaScript
language
last week
last commit
View on GitHub ↗All releases ↗

Reviews

out of 5 · 0 ratings
★★★★★
0%
★★★★
0%
★★★
0%
★★
0%
0%
Sign in to write a review
No reviews yet
Be the first to review multer.

Built by

expressjs
Imported from GitHub · not yet claimed on GitPalace
View developer pageSign in with GitHub to claim

Maintain expressjs/multer? Claiming verifies admin access through your GitHub account and gives you control of this listing.

You might also like