65.9K
CodeProject is changing. Read more.
Home

how to restrict size of file upload in asp.net

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.76/5 (13 votes)

Jul 28, 2011

CPOL
viewsIcon

41301

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>