How to Restrict Size of File Upload in Asp.Net
<system.web>
<httpRuntime executionTimeout="9999" maxRequestLength="2097151"/>
</system.web>
How to Restrict Size of File Upload in Asp.Net
<system.web>
<httpRuntime executionTimeout="9999" maxRequestLength="2097151"/>
</system.web>