multipartify
v0.1.3
Published
An express-based middleware library for parsing multipart requests.
Downloads
68
Maintainers
Readme
Introduction
Multipartify is an Express middleware library for parsing multipart/form-data requests. It is based on Busboy and took inspiration from Multer and Transmit.
Warning
Currently this library is in a pre-release state. There is one known DoS vulnerability that is hard to work around. It is the same as this Multer issue. When this issue is fixed, the library should be in a releaseable state. Feel free to contribute!