So I am designing a "offline first" webapp. User uploads a file which store to the browser's localstorage. Works but LocalStorage have 5MB storage limit! Looks like I can't create files.
What are my options?
So I am designing a "offline first" webapp. User uploads a file which store to the browser's localstorage. Works but LocalStorage have 5MB storage limit! Looks like I can't create files.
What are my options?