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
In ASP.NET Core, we can increase the uploading file size limit by defining the size in maxAllowedContentLength. But how to achieve this in ASP.NET Blazor server-side hosted application?
Can anyone suggest a possible solution?
The text was updated successfully, but these errors were encountered:
Thanks for contacting us, @BerlyChristopher.
As of now we haven't defined a story around file-uploads in Blazor Server side apps. We'll do that as part of #12205
For now you can do two things:
Use native JavaScript capabilities to upload files to a web service endpoint directly (using fetch, XmlHttpRequest, etc....)
Thank you for contacting us. Due to no activity on this issue we're closing it in an effort to keep our backlog clean. If you believe there is a concern related to the ASP.NET Core framework, which hasn't been addressed yet, please file a new issue.
In ASP.NET Core, we can increase the uploading file size limit by defining the size in maxAllowedContentLength. But how to achieve this in ASP.NET Blazor server-side hosted application?
Can anyone suggest a possible solution?
The text was updated successfully, but these errors were encountered: