express-fileupload@1.5.2
// Simple express file upload middleware that wraps around Busboy
$ npm install express-fileupload
downloads/wk
537,573
license
MIT
version
1.5.2
published
Jul 5, 2025
What is express-fileupload?
Express-fileupload is middleware for Express.js that simplifies handling file uploads from HTML forms by wrapping the Busboy library. Developers use it to easily process multipart form data and access uploaded files in their Express request handlers without manually configuring lower-level streaming libraries.
Links
Keywords
Dependencies (1)
Maintainers
richardgirges, romon2002