Answer the question
In order to leave comments, you need to log in
How to fix "Not enough memory to complete the operation" when sending a large file in IE?
Sending a file to Google Drive using the FileReader API. I read the file through readAsArrayBuffer, then I get a Uint8Array object from the resulting object. I pack the resulting object in base64 using btoa and send it to Google via Ajax. In IE, when sending large files (80+ MB), an error occurs when packing in base64 "Not enough memory to complete the operation."
Question: Is there any way to cure this?
Thanks in advance.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question