saivarunk / vue-simple-upload

Simple File upload component for Vue.js
https://saivarunk.github.io/vue-simple-upload/
MIT License
148 stars 30 forks source link

XHR Response to upload #14

Open izshreyansh opened 4 years ago

izshreyansh commented 4 years ago

This package is missing vital element. There should be server response with v-on:finish event.

For reference here's something like that on a similar package Vue-Clip onComplete event

I'll try to fiddle with it & send a PR if i can.