@chatpta/upload-file-express
v1.0.2
Published
Express js file photo upload middleware
Downloads
1
Maintainers
Readme
Express-upload-file
Express-upload-file is a node.js middleware for handling multipart/form-data
, which is primarily used for uploading files. It is written
on top of multer for efficiency.
NOTE: Express-upload-file will not process data which is not (multipart/form-data
).
Installation
$ npm install express-upload-file