-
Notifications
You must be signed in to change notification settings - Fork 1.1k
<input multiple /> only fires once in 2.2.0, works fine in 2.1.3 #606
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
Comments
I have the same problem. The demo on the website is based on v2.1.3. |
+1 |
1 similar comment
+1 |
+1 i dont think that nervgh is still fixing bugs. |
Maybe we should find a another upload widget |
+1 |
Appears to be a side effect of commit #512 |
Confirming #512 is causing the issue. Commenting out the "IE fix" allows additional files to be added again. |
+1 |
2 similar comments
+1 |
+1 |
Did you try the |
I have Ubuntu 15.10, Chromium Browser 49.0.2623.108, angular 1.1.5 and angular-file-upload v2.3.1. Looks like it works fine. See a video. |
If the issue still exists, please try #584 PR and leave comment about it here. |
I can confirm that this is still broken in version 2.3.3, rolling back to 2.1.3 works. i do think that pr #584 could be a possible fix |
+1 |
Please, try |
I basicly copied over the simple example to my machine and was puzzled, that I could only select files from the "multiple" input element once. The first time I selected the files they were put into the transfer queue, all subsequent times they were "left" in the element.
After the initial selection no further example events were fired:
I then checked which version ran the samples, downgraded to 2.1.3 locally, and it immediatly worked. I observed this behaviour using
Mozilla Firefox 44.0.2
andChromium 48.0.2564.116
on Arch Linux.The text was updated successfully, but these errors were encountered: