lekhang2512 / vue-upload-multiple-image

A simple upload multiple image component for Vuejs
132 stars 50 forks source link

Feature: Pre-upload event #40

Open lonnylot opened 4 years ago

lonnylot commented 4 years ago

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