ADefWebserver / Blazor-Blogs

Simple blogging application written in Microsoft Server Side Blazor
MIT License
189 stars 45 forks source link

Downloads page does not handle large file uploads #42

Open ADefWebserver opened 4 years ago

ADefWebserver commented 4 years ago

Throws this error on files larger than 26 megs:

HTTP Error 404.13 - Not Found The request filtering module is configured to deny a request that exceeds the request content length.

See: https://docs.microsoft.com/en-us/aspnet/core/mvc/models/file-uploads?view=aspnetcore-3.1

ADefWebserver commented 4 years ago

Try using: https://github.com/Tewr/BlazorFileReader

ADefWebserver commented 3 years ago

Or try using .Net Core 6 https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-6-preview-7/#large-file-upload-faster-file-uploads-with-blazor