Use: https://github.com/Tewr/BlazorFileReader
Use the demo at: https://tewr.github.io/BlazorFileReader/ to try to upload a large file.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am unable to upload 50mb files to azure app service hosted application, getting the error 413 Requested Entity Too Large. The application is able to upload the file while running locally to Azure Blob storage, but while it is running on Azure App service, it gives the 413 error. Tried editing the web.config on kudu console but cannot edit it since have used zip deploy option, is there any other solution. I also tried changing the WEBSITE_RUN_FROM_PACKAGE property to 0 in order to edit the web.config but doing so made many of the folders vanish from the kudu console so this too was not helpful.
Use: https://github.com/Tewr/BlazorFileReader
Use the demo at: https://tewr.github.io/BlazorFileReader/ to try to upload a large file.