Pages
Home
React JS
React Native
SQL Server
C#.net
Interview
Videos
Angular
ASP.Net
AJAX
Contact Us
Showing posts with label
File upload size
.
Show all posts
Showing posts with label
File upload size
.
Show all posts
19 August 2014
how to set file upload size in web.config
<configuration>
<system.web>
<httpRuntime maxRequestLength="1024" />
</system.web>
</configuration>
Older Posts
Home
Subscribe to:
Posts (Atom)