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

Auto-upload is repeating file uploads if you do several uploads #316

Closed
JoaoSaleiro opened this issue Jul 27, 2017 · 6 comments
Closed

Auto-upload is repeating file uploads if you do several uploads #316

JoaoSaleiro opened this issue Jul 27, 2017 · 6 comments

Comments

@JoaoSaleiro
Copy link
Contributor

Hello,

  1. Open http://ngx-uploader.com/ .
  2. Choose auto-upload
  3. Open the Network Monitor of your browser to track uploads
  4. Choose one file
  5. Confirm that network monitor shows 1 POST to the server (which is correct)
  6. Choose another file
  7. Check network monitor. The new file was POSTed twice to the server! (which is incorrect)
  8. Choose another file
  9. Check network monitor. The new file was POSTed three times to the server! (which is incorrect)

In other words, the auto-upload is not working correctly if you upload more than one file.

If you need further info, let me know. Also, let me know if you have a solution/workaround since this is affecting many users of this project :(

Thank you!

@jkuri
Copy link
Contributor

jkuri commented Jul 28, 2017

hi @JoaoSaleiro. thanks for this report! i will check on it during the weekend and find a solution hopefully.

@JoaoSaleiro
Copy link
Contributor Author

Thank you jkuri! I hope you can fix it :) If you need help, or further info, please let me know!

@jkuri jkuri closed this as completed in 335dbc0 Jul 30, 2017
@jkuri
Copy link
Contributor

jkuri commented Jul 30, 2017

@JoaoSaleiro please check if it works for you and report in any case. thank you.

@GabrielMSharp
Copy link

@jkuri Working for me, thank you!

@JoaoSaleiro
Copy link
Contributor Author

Hey @jkuri . I can confirm it's fine. Thanks! :)

@jkuri
Copy link
Contributor

jkuri commented Aug 6, 2017

cool, thanks for report.

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

3 participants