Here Mudassar Ahmed Khan has explained with an example, how to set MaxRequestLength in ASP.Net Core.
The MaxRequestLength property is used to set the maximum upload File Size Limit in older ASP.Net versions.
But in ASP.Net Core, a new property, maxAllowedContentLength is used to increase the maximum upload File Size Limit.
↧