Skip to content

Instantly share code, notes, and snippets.

@scattered-code
Created September 21, 2020 18:20
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save scattered-code/059257667c478d4c896d1e7bb01bd0f8 to your computer and use it in GitHub Desktop.
[HttpPut("upload")]
[DisableRequestSizeLimit] //or [RequestFormLimits(MultipartBodyLengthLimit = 629145600)]
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