-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Upload on "FilesAdded" event fires twice #1462
Comments
Same problem here, i don't know how to solve it. |
This happens in Chrome on MacOS Sierra. In Safari, when I drop two files, first one gets uploaded twice and second once. When I drop three files, two files get uploaded twice and third once 😕 |
Just to let you know, it works fine with v.2.3.1! Didn't know v.2.3.1 was the latest stable, I have used bower to install plupload and it automatically pulled v.3.1.0 |
v.3.1.0 is marked as pre-release (not ready for production). But it is an obvious bug. |
Same problem here. I will wait for the final v.3.1.0. |
Same problem. 3.0-beta1 works fine but 3.0.1 causes a double upload request for each file. |
Same issue here using 3.1.0, going back to another version. |
Any idea on when this will be fixed? I have the same issue. EDIT to add: 2.3.4 works fine here as well. |
The idea is to start upload the moment files are dropped on the upload zone. But, whenever I drop a file on the #plupload div, two requests are fired to
/upload
. I have tried to use a flaguploadStarted
thinking my code is being executed twice, but no. Thealert()
was added to confirm code is run only once, which is the case, but I'm still getting two requests to/upload
and the files are being uploaded twice. Using v3.1.0Here's the code I'm using:
The text was updated successfully, but these errors were encountered: