Open GreatPotato opened 9 years ago
If queue mode is enabled, it seems that afterAll() doesn't fire if a file is rejected for any reason.
On line 453 it seems that filesRejected is always 0 which I think is causing the issue but I can't seem to figure this out any further.
Having the same problem.
I implemented a custom version of filedrop where I pass the XHR object in the uploadStarted, so I can cancel the upload.
If I upload two files and abort one, afterAll isn't fired.
If queue mode is enabled, it seems that afterAll() doesn't fire if a file is rejected for any reason.
On line 453 it seems that filesRejected is always 0 which I think is causing the issue but I can't seem to figure this out any further.