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

uploading very large files (200 MB +) results in allocation size overflow #166

Open
liob opened this issue Oct 28, 2014 · 1 comment
Open

Comments

@liob
Copy link

liob commented Oct 28, 2014

Hi,

I am trying to upload very large image files. When trying firefox, the error message is "allocation size overflow" at position:

var data = atob(e.target.result.split(',')[1]);

Chrome even crashes the tab in a way, that it is impossible to retrieve an error message.

Maybe it is an option to base64 encode the data in chunks?

@pietrofxq
Copy link

I'm having the same issue with files with 70mb~. Did you find a solution?

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