I need to upload the files more than 30 MB in ASP.NET core 2.1. While adding the configuration in the startup.cs (MaxRequestBodySize, MultipartHeadersLengthLimit) file or controller (RequestSizeLimit) or program.cs file, none of these are not working for me. I have attached my sample below. Can you please suggest any other way to achieve this? Sample link: https://wetransfer.com/downloads/6b11b27fbc4f714fcdba1195ea25d68920190404102752/2c1f24
I have tried suggested solution from this link Increase upload file size in Asp.Net core but issue is not resolved.