vue-upload-multiple-image
vue-upload-multiple-image copied to clipboard
Feature: Pre-upload event
I am using this library is being used in a larger form. Sometimes the form is submitted before the image upload finishes.
Would you consider adding a pre-upload event so we know an upload is going on? Something like:
this.$emit('uploading', <some unique ID that can be tracked on the upload-success event>)