Rank: Member Groups: Member
Joined: 1/9/2008 Posts: 27
|
Hi,
We are using AJAXUploader(EOWeb 2008) for uploading Big files which are more that 40+ MB.The upload fails here.We have put alert on ClientSideOnCancel="on_uploader_cancel" event which gets triggered when the file size is more than 40 +MB.We are using IIS6.Any configuration to be done in IIS for this? Thanks Arun
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We are not aware of any settings on IIS 6. IIS 7 has a setting that can limit input size. So the issue may have to do with ASP.NET configuration. Check your httpRuntime -> executionTimeout settings. When that setting is too small, ASP.NET would terminate the upload when the upload is not finished within the set time (it considered the request hangs).
Thanks!
|
Rank: Member Groups: Member
Joined: 1/9/2008 Posts: 27
|
Hi, That worked
httpRuntime -> executionTimeout settings
Thanks Arun
|