19 August 2014

how to set file upload size in web.config

<configuration>
  <system.web>
    <httpRuntime maxRequestLength="1024" />
  </system.web>
</configuration>

No comments:

Post a Comment