Open chris-maclean opened 8 years ago
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.
The bug still exists in case of creating single upload. :(
Uploading the same file or files with two consecutive presses of the uploader button does not appear to do anything. Neither the
handleFile
nor thefinished
handlers are fired. Choosing a different set of files works normally. This doesn't happen in Firefox.Steps to reproduce:
The issue "rolls" with the sequence of actions. In other words, after step 12, selecting the files from step 2 will again work normally, but selecting the files from step 10 will not.