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

Restrict the size of file uploads in ASP.NET

Rate me:
Please Sign up or sign in to vote.
5.00/5 (8 votes)
29 Jul 2011CPOL 39.5K   4  
Specific directories rather than entire application: For individual uploader:int maxSize = 2097151;if (FileUpload1.HasFile &&...

Views

Daily Counts

License

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


Written By
Software Developer (Senior)
Singapore Singapore
A life-long-learner, maker and soft music fan. Likes building things to solve problems. Years of successful records serving mid and large scale .NET applications in domestic and international client environment. Expertise in different areas of software development life cycles and Software Architecture.

Always looks for new technology and loves to get hands dirty Smile | :)

Comments and Discussions