Sunday 25 October 2020

Save large size file (> 25 GB ) using JavaScript in indexedDB

I tried to save large file in indexedDB but my chrome is stopped responding when i use files larger than 500MB. My goal is to store 100GB file in indexedDB and also retrieve it back and download the same file.

So basically i need to use indexedDB as Large File Storage.

Please help me to achieve this.



from Save large size file (> 25 GB ) using JavaScript in indexedDB

No comments:

Post a Comment