Skip to content

Instantly share code, notes, and snippets.

@scattered-code
Created September 21, 2020 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scattered-code/a0359e02b69544b8659cab2e973e0d0d to your computer and use it in GitHub Desktop.
Save scattered-code/a0359e02b69544b8659cab2e973e0d0d to your computer and use it in GitHub Desktop.
[HttpPut("upload")]
[DisableRequestSizeLimit] //or [RequestFormLimits(MultipartBodyLengthLimit = 629145600)]
[RequestSizeLimit(209715200)]
public async Task Upload([FromQuery] Guid? messageId)
{
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment