Click here to Skip to main content
15,891,529 members
Articles / Web Development / ASP.NET

Setting maximum file uploading size

Rate me:
Please Sign up or sign in to vote.
1.00/5 (3 votes)
21 Feb 2010CPOL 11.7K  
We can set the maximum file upload size for the web application application. For that, we need to set following properties in the httpRuntime section, which is under , which will be under section. maxRequestLength - This attribute is used to set is the maximum file upload size. We have to...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

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


Written By
Software Developer (Junior) Excel Informatics, Pune
India India
Am Indrajeet T. Sutar. I am a web developer. I am working on .net technology. I have completed my Masters in Computers and Management (people call it as MCA, MBA etc.) Apart from programming i do photography (not regularly though), traveling and reading books.

Comments and Discussions