Changing the file-size limitation setting in the web.config file : FileUpload « ASP.net Controls « ASP.NET Tutorial






<httpRuntime
  idleTime="15"
  executionTimeout="90"
  maxRequestLength="4096"
  useFullyQualifiedRedirectUrl="False"
  minFreeThreads="8"
  minLocalRequestFreeThreads="4"
  appRequestQueueLimit="100"
/>








3.19.FileUpload
3.19.1.Accepting File Uploads
3.19.2.FileUpload Test
3.19.3.Upload file to server
3.19.4.Uploading files using the new FileUpload control (C#)
3.19.5.Uploading files using the new FileUpload control (VB)
3.19.6.Changing the file-size limitation setting in the web.config file
3.19.7.The user selects a file from the local disk and the page manages to persist it to a server location