wbstr / vaadin-multifileupload

12 stars 23 forks source link

Is it possible to know whether the uploads were interreputed by the user? #51

Open cosmoJFH opened 7 years ago

cosmoJFH commented 7 years ago

Congrats for the add-on. It is great!

Once the user closes the main upload window, he/she has to decide whether the uploads are interrupted. But this information is not propagated. Is there any way to know whether the uploads where interrupted by the user?

The information is trigged in the ClickListener of the "yes" button in the class ConfirmDialog.java

Cheers.