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

Upload Crashes on Large Files #1

Open
danusher opened this issue Feb 10, 2013 · 3 comments
Open

Upload Crashes on Large Files #1

danusher opened this issue Feb 10, 2013 · 3 comments

Comments

@danusher
Copy link

Attempting to download large files (1.1 GB) from web site to Dropbox. Chrome extension crashes half way through.

Is there a largest file size supported?

@pwnall
Copy link
Owner

pwnall commented Feb 10, 2013

@danusher Thank you for the bug report!

The absolute largest supported file size is 1GB. However, the extension might crash on smaller files, due to a combination of these bugs:
http://crbug.com/138506
https://crbug.com/87772

I thought of a workaround for this problem, and it's listed in the first bug. I'll try to implement that sometime soon.

@quantumrider
Copy link

I'm just trying to find out, did not see any info on this in the description or comments, does iit require that the chrome session remain open while downloading or can I close the browser or even shut down the computer and it will continue downloading file or files to dropbox?

@pwnall
Copy link
Owner

pwnall commented Apr 2, 2013

@quantumrider You can definitely close the browser / shut down your computer while the file is uploaded to Dropbox. If you turn it back on within a short period of time (24 hours, I believe), the upload will resume. Otherwise, it will restart.

At the moment, the download will definitely not resume. It might restart, though, if the server allows it. For example, if the server logs you out when you restart your browser, it might not let the download request through.

At some point, I hope to implement resumable downloads. That would also lift the 1GB file limit. Resumable / super-large downloads will require server support for the Range HTTP header though, so they might not work on some servers.

I hope this helps.

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