Skip to content

progress bar shows 100% and it took minutes before uploading to server #1244

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

Open
vuthuytrangfr opened this issue Jul 3, 2017 · 4 comments

Comments

@vuthuytrangfr
Copy link

I tried to upload 326MB size file without chunking by superagent from android device (Xperia). The progress bar show 100% and after that it took 10 minutes or longer to upload file to server, send it to S3 and show the upload message.
I am search a solution for shorten the waiting time from showing 100% to showing the finished message. Anyone know the reason and solution?

@vuthuytrangfr
Copy link
Author

video size: 326MB

  • upload 100%: 16m:18s
  • after 14:31 s
    error network
    progressbar: back to 0%

@kornelski
Copy link
Contributor

We don't measure progress. We only pass back what your browser reports, so misreporting of 100% is a browser/Android problem.

As for the error, check whether your server allows large files. Most servers and environments like PHP by default reject files larger than 20MB or so.

@vuthuytrangfr
Copy link
Author

thanks for the answer, I am using nginx server with ruby, react, and allow file larger than 150MB.
Do you know what is the problem of browser/Android or how to find out the reason?

@vuthuytrangfr vuthuytrangfr changed the title progress bar show 100% and it took minutes before uploading to server progress bar shows 100% and it took minutes before uploading to server Jul 3, 2017
@vuthuytrangfr
Copy link
Author

I have a problem something likes this
rack/rack#1075

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

2 participants