Uncaught (in promise) RuntimeError: memory access out of bounds #25449
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: Answered
Resolved because the question asked by the original author has been answered.
Status: Resolved
Describe the bug
Now, I want to use blazor framework to upload a picture file, but I cannot find a nice official component. So I use Javascript to read a file to a base64 string, I encountered an error :when the size of my uploaded file exceeds 200kb, the browser will prompt Uncaught (in promise) RuntimeError: memory access out of bounds
Further technical details
The text was updated successfully, but these errors were encountered: