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 was archived by the owner on May 5, 2021. It is now read-only.
When calling ReadAllAsync I'm getting this error:
"The maximum allowed size is 1048576, but the supplied file is of length 1203571. Parameter fileListEntry"
The file size is 1,176,000 bytes.
What is the file size limit for BlazorInputFile?
Is there any way to load files this size?