Hi,
There is an issue for the cancel upload process.
the maxFileSize limit is set to 1G and the upload file used to upload is about 700M
int maxFileSize = 5242880*200; //1G
Steps for reproduce:
select one file for uploading
when uploading status panel window appear, cancel it
select the same file uploading again
nothing the upload widget will do
This issue occurs on chrome/edge, but not on firefox
Vaadin: 7.5.9 and above
Chrome: 48.0.2564.116 m
OS: Windows 10
Browser event in Chrome become ONFOCUS instead of ONCHANGE if selecting the same files as before, so the input won't submitted. To avoid this problem, I've set input value to null after files have been submitted.
Hi, There is an issue for the cancel upload process. the maxFileSize limit is set to 1G and the upload file used to upload is about 700M int maxFileSize = 5242880*200; //1G Steps for reproduce: