Open G-Dassel opened 3 years ago
OpenReadStream enforces a maximum size in bytes of its Stream. Reading one file or multiple files larger than 512,000 bytes (500 KB) results in an exception. This limit prevents developers from accidentally reading large files in to memory. The maxAllowedSize parameter of OpenReadStream can be used to specify a larger size if required.
You can maybe change the implementation in the Client/Pages/Misc/AddEditDocumentModal.razor.cs
Thank you for pointing this out, but I knew it. I have now implemented Carl Franklin's FileChunk solution in BlazorHero. Now there is no longer any limit to the file size.
@G-Dassel Hi, can you share how to implement remove file size limitation on BlazorHero. I think blazorhero user need this feature too.
When uploading documents, the size of a file is limited.
How to expand the size in BlazorHero?