Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1021 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 1021 Bytes

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