easy-file-upload

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`.

Usage no npm install needed!

<script type="module">
  import easyFileUpload from 'https://cdn.skypack.dev/easy-file-upload';
</script>

README

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