jquery-filedrop
jquery-filedrop copied to clipboard
uploading very large files (200 MB +) results in allocation size overflow
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?
I'm having the same issue with files with 70mb~. Did you find a solution?