-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Components

Description
Hello, there is a simple form
<textarea @bind="val"></textarea>
@code{
string val;
}
If a user tries to insert text more than 32kb into a form, he gets an error: Error: Connection disconnected with error 'Error: Server returned an error on close: Connection closed with an error.'.
Is there a workaround for getting custom text over 32kb ?
I am using Blazor Preview 6
Metadata
Metadata
Assignees
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Components