Open MayraDesai opened 6 years ago
Hello @MayraDesai It looks like the you have reached maximum allowed content length, change settings in web.config and it should work.
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="1073741824" />
</requestFiltering>
</security>
</system.webServer>
From https://stackoverflow.com/questions/3853767/maximum-request-length-exceeded
PS: Use stackoverflow instead of github when you want to resolve non-code related issues.
I try to upload 16 Mb file but it's giving me Interval server error.
for the small file, it's work fine. but not for large file
so what change I have to do for uploading a large file.