Restrict file size
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I am trying to upload files in my application using ASP.NET. I need to restrict the file size to 11 MB. But i am unable to restrict the size
-
I am trying to upload files in my application using ASP.NET. I need to restrict the file size to 11 MB. But i am unable to restrict the size
set maxRequestLength in web.config http://msdn.microsoft.com/en-us/library/e1f13641(vs.71).aspx[^]
Take a look at my corner of the net at Code Research Center