Error on file upload (BadHttpRequestException,Status:413,Detail:Request+body+too+large)

A user is getting the following error when trying to upload a 12MB PDF attachment into a File column. Other (smaller) attachments are not throwing the same error.

{"Type":null,"Title":"An error occured: Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException","Status":413,"Detail":"Request+body+too+large.+The+max+request+body+size+is+30000000+bytes.","Instance":null,"Extensions":{"traceId":"1a276c133fef10f4abe8cf2074fb5bca"}}

I am able to reproduce the error also. Is there any way to resolve this?

Mark

0 1 349
1 REPLY 1

You can compress the pdf using https://www.adobe.com/uk/acrobat/online/compress-pdf.html

to get you over these problems.

 

Top Labels in this Space