vue-upload-multiple-image icon indicating copy to clipboard operation
vue-upload-multiple-image copied to clipboard

Feature: Pre-upload event

Open lonnylot opened this issue 5 years ago • 0 comments

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>)

lonnylot avatar Sep 03 '20 18:09 lonnylot