We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: