How to save files ( 200 mb size ) in indexdb or in client side in react app
Developing document processing application in react in which need to download the word or pdf in client side and process that file . To avoid roundtrip to server i am trying to save the document in indexdb , but it is giving out of storage exception when try to save document of 100 mb