Skip to content

System.IO.InvalidDataException: Multipart body length limit 16384 exceeded. #26793

Answered by Tratcher
eliezeralmeida asked this question in Q&A
Discussion options

You must be logged in to vote

That usually means the boundary is wrong so it can't find the start of the first section. There's a non-configurable 16kb limit for how much preamble data it will search looking for the first boundary marker. Can you share the first few lines of the request body?

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@eliezeralmeida
Comment options

@Tratcher
Comment options

@eliezeralmeida
Comment options

Answer selected by eliezeralmeida
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants