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>