-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
File can't be reselected after removing from the queue (Chrome, IE) #295
Comments
yes, you're right, it dosn't add them, but i think thats you must to clean queue in onCompleteItem callback, because in this example it dont exist, i'm not sur !! |
@darkmanAmazigh thanks for the answer, but example you mentioned uses multiple files uploader. It works on the first example as well. Single file uploader has different behavior across different browsers so the question is still open. |
I am having this issues as well. Thank you for the suggested workaround of using multiple uploader with queue limit to one @sbagriantsev |
I created a pull request for this, #357 |
use fileuploader.clearQueue(); |
Hello,
There seems to be an issue with reselecting same files in Chrome and IE browsers.
Steps to reproduce:
Result: File is not added to the queue.
Expected result: File is added to the queue.
Browsers: Chrome Version 38, IE 11
If to add another file and then try initial file one more time it works, but this is not correct user experience.
Issue is not reproducible in Firefox.
Sorry if this is a duplicate.
Thanks,
Stanislav
The text was updated successfully, but these errors were encountered: