Monday, January 2, 2012

How to increase the file size in upload the attachment in ASP.NET


<configuration>
  <system.web>
//  --------  <httpRuntime maxRequestLength="xxx" />---------//
 <httpRuntime maxRequestLength="104856" executionTimeout="43200" requestValidationMode="4.0" />
  </system.web>
</configuration>

1 comment:

  1. http://weblogs.asp.net/jgalloway/archive/2008/01/08/large-file-uploads-in-asp-net.aspx

    ReplyDelete