April 21, 2011

Upload large size file in ASP.Net

For uploading large size file we need to do below things in web.config
<system.web>
<httpRuntime maxRequestLength="20000"/>
</system.web>

No comments:

Post a Comment