Browse by Tags

All Tags » FileUpload » ASP.NET (RSS)

A better way of handling maxRequestLength exceptions

ASP.NET 2 includes the FileUpload control to make it easier to create pages that allow users to upload files. The default maximum file size is 4096 KB to minimize the potential for denial of service attacks. You can change the maximum file size by editing...
Posted by gcastner | with no comments