how to restrict size of file upload in asp.net






4.76/5 (13 votes)
How to restrcit the size of file uploads in ASP.NET
how to restrict size of file upload in asp.net
<system.web>
<httpRuntime executionTimeout="9999" maxRequestLength="2097151"/>
</system.web>