Vue.js File Upload Plugin
Published
Feb 10, 2017
This is a utility I've used in a few projects already so the code is quite reliable.
Finally had some time to package it, so here it is.
It's only been tested with Vue 2.x
Features:
- Drag and drop file zone.
- Progress bars (at global and file level)
- Synchronous or asynchronous modes
- File validation (front/back end)
- Max files check (with current)
Enjoy :-)