1.0.2 • Published 2 years ago

@chatpta/upload-file-express v1.0.2

Weekly downloads
-
License
(ISC OR GPL-3.0)
Repository
github
Last release
2 years ago

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