Friday, December 6, 2013

file upload control size limitation in asp.net

To limit the upload size of a file upload control in asp.net
write the following code in web.config

-under system.web

httpRuntime maxRequestLength="10000"