www.mobiblues.com

Friday, January 9, 2009

UploadFile can'nt upload a file of max 5mb or page expire when upload in Asp.Net

when your uploadfile can,nt upload your desire file,which having maximum 5mb of size or when you uploadfile the page is expire.

Simply do this on "web.config" file


Insert this tag


<>
<
httpRuntime maxRequestLength="202400" / >



the lenght is in KBs.

have fun chaooo

No comments:

Post a Comment