You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2021. It is now read-only.
I'm using the InputFile to pick images in Blazor WASM, then save them as byte arrays in IndexedDB, before uploading them to the server. It all works fine for small files, but once I have two photos in the DB at 700KB each, I get the above error message in the console, and the site errors out. I will need to store a lot of photos at camera-resolution - what is the way forward with this?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using the InputFile to pick images in Blazor WASM, then save them as byte arrays in IndexedDB, before uploading them to the server. It all works fine for small files, but once I have two photos in the DB at 700KB each, I get the above error message in the console, and the site errors out. I will need to store a lot of photos at camera-resolution - what is the way forward with this?
The text was updated successfully, but these errors were encountered: