Skip to content

@bind text >32kb #11184

Closed
Closed
@ghost

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

No one assigned

    Labels

    area-blazorIncludes: Blazor, Razor Components

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions