Upload Error. Why do large uploads fail after a few minutes or megabytes?
IIS/ASP.NET upload size and timeout can be set in web.config file at the FileShare Plus application root. WARNING: WEB.CONFIG is an xml file and CASE SENSITIVE. 1) IIS6 & IIS7 both requires this: In the section of web.config, set httpRuntime maxRequestLength=”____” (in KB) Example:
Related Questions
- Sometimes Allegro CL, particularly with large images, fail totally with a bus error or a segv. Why might this be happening?
- Why when using com.oreilly.servlet.MultipartRequest or MultipartParser do large uploads fail?
- Why do uploads fail while using an ASP.NET file upload control to upload large files?