Enable files up to 10MB to be posted, changes the buffering threshold to 100KB : httpRuntime « Configuration « ASP.NET Tutorial






<configuration>
<system.web>
  <httpRuntime
       maxRequestLength="10240"
       requestLengthDiskThreshold="100" />
</system.web>
</configuration>








16.19.httpRuntime
16.19.1.Enable files up to 10MB to be posted, changes the buffering threshold to 100KB