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

Dropzone js : Techical issue, Deleted file not working in mozila firefox #2229

Open
chiragprajapati-ace opened this issue Mar 24, 2023 · 0 comments

Comments

@chiragprajapati-ace
Copy link

I am using dropzone js for development. There is specific Firefox browser issue. Kindly follow the below steps to reproduce the issue.

For your kind information, we are not directly uploading file(s) instead, we select file(s) and use the upload button to upload to the server.

Steps to reproduce

  1. Select the file(s) from the dropzone area.
  2. Those file(s) were stored in memory until we clicked the submit button, then we physically removed them from our system.
  3. After that, I submit the form, and we are not getting the "Server responded with 0 code" error message from dropzone. Because generally, dropzone give the same error in the "error" function, which is how we handle errors.
  4. For your information, this issue works perfectly fine in Google Chrome, but in Mozilla Firefox, it is taking atleast 4-5 min exactly for response "Server responded with 0 code".

We tried using many ways, like comma missing, code after return statement and so on but unfortunately didn't get any solutions.

Let us know if we failed to explain the issue. Looking for your reply.

Regards,
Chirag

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

1 participant