Dart Home | PowerWEB File Upload for ASP.NET | Custom Development | Reply | PowerWEB File Upload for ASP.NET Topics | Forums |
Author | Forum: PowerWEB File Upload for ASP.NET Topic: File Upload hangs before completing |
robinz From: Moore, OK USA Posts: 4 Member Since: 01/10/08 |
posted February 19, 2010 10:08 AM I've just published my first upload page using the Upload control and am having issues with large files. Small files work fine, but large file upload are hanging (the panel stops updating and the file is incomplete on the server). I have logging in the FileUploadFailed event, but it isn't firing. I am getting a System.Web.HttpException: Request timed out message from my logging in global_asax Application_Error. I need to upload large files (200mb). Is there a setting I am missing somewhere? |
K M Drake From: Utica, NY USA Posts: 3406 Member Since: 07/14/00 |
posted February 19, 2010 5:05 PM Hi, There is an httpRuntime element "executionTimeout" that you can set in your web.config. For more info, see: http://msdn.microsoft.com/en-us/library/e1f13641.aspx -ken |
robinz From: Moore, OK USA Posts: 4 Member Since: 01/10/08 |
posted February 20, 2010 11:28 AM Thanks, that fixed it! |
Reply | PowerWEB File Upload for ASP.NET Topics | Forums |
This site is powered by PowerTCP WebServer for ActiveX |