File Upload Limit Configuration in in Asp.Net MVC
<system.web> <httpRuntimetargetFramework="4.5"maxUrlLength="10999"
maxQueryStringLength="2097151" maxRequestLength="21000000"/> </system.web>
No comments:
Post a Comment