Welcome Guest Search | Active Topics | Sign In | Register

AJAXUploader and File size Options
Fabio
Posted: Wednesday, February 11, 2009 1:27:09 PM
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
eo_support
Posted: Wednesday, February 11, 2009 1:39:55 PM
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!
Fabio
Posted: Thursday, February 12, 2009 6:18:31 AM
Rank: Member
Groups: Member

Joined: 1/9/2008
Posts: 27
Hi,
That worked

httpRuntime -> executionTimeout settings


Thanks
Arun


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.