Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / web / ASP.NET

how to restrict size of file upload in asp.net

4.76/5 (14 votes)
29 Jul 2011CPOL 41.3K  
How to restrcit the size of file uploads in ASP.NET
how to restrict size of file upload in asp.net

XML
<system.web>
<httpRuntime executionTimeout="9999" maxRequestLength="2097151"/>
</system.web>

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)