Skip to content

Vue.js file upload component, Multi-file upload, Upload directory, Drag upload, Drag the directory, Upload multiple files at the same time, html4 (IE 9), `PUT` method, Customize the filter

License

Notifications You must be signed in to change notification settings

MarcAndreJean/vue-upload-component

 
 

Repository files navigation

vue-upload-component

license
All credits goes to the original vue-upload-component https://github.com/lian-yue/vue-upload-component

Vue.js file upload component

Lightweight version of vue-upload-component. Does not include CSS style and does not support chunk upload.

  • Multi-file upload
  • Directory upload
  • Support drag and drop of files and folder
  • Upload multiple files at the same time
  • html4 (IE 9) compatible
  • html5 compatible
  • Filters for file extensions

Example (original)

https://lian-yue.github.io/vue-upload-component/

Installation

npm install git+https://github.com/MarcAndreJean/vue-upload-component.git --save

Documentation (original)

*This current lightweight version does not include chunk upload functionality. https://lian-yue.github.io/vue-upload-component/#/documents

About

Vue.js file upload component, Multi-file upload, Upload directory, Drag upload, Drag the directory, Upload multiple files at the same time, html4 (IE 9), `PUT` method, Customize the filter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 73.9%
  • JavaScript 21.1%
  • HTML 5.0%