1.0.4 • Published 5 years ago

easy-file-upload v1.0.4

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

easy-file-upload

Build Status

easy-file-upload is a node js middleware which is used multer library for uploading files easily with just one function for handling multipart/form-data.

Installation

$ npm install easy-file-upload --save

Usage

easy-file-upload is a function which has parameters destination, form fileName and type (either single, multiple or none.)

enter image description here

enter image description here