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"
write the following code in web.config
-under system.web
httpRuntime maxRequestLength="10000"
No comments:
Post a Comment