Skip to content
New issue

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

afterAll doesn't fire if files are rejected #175

Open
GreatPotato opened this issue Jul 28, 2015 · 1 comment
Open

afterAll doesn't fire if files are rejected #175

GreatPotato opened this issue Jul 28, 2015 · 1 comment

Comments

@GreatPotato
Copy link

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.

@pietrofxq
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants