weixiyen / jquery-filedrop

jQuery plugin - drag and drop desktop files and POST to a URL to handle files.
958 stars 285 forks source link

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

Open liob opened 10 years ago

liob commented 10 years ago

Hi,

I am trying to upload very large image files. When trying firefox, the error message is "allocation size overflow" at position: https://github.com/weixiyen/jquery-filedrop/blob/5b8b2394398fba839ada7f2b760bbf60bc353c7d/jquery.filedrop.js#L373

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 commented 9 years ago

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