Welcome Guest Search | Active Topics | Sign In | Register

AJAX call to the server times out. Options
amar31282
Posted: Saturday, February 11, 2012 11:26:42 AM
Rank: Newbie
Groups: Member

Joined: 2/11/2012
Posts: 3
Hi There,

I want to purchase this tool for my company so I am trying to evaluate it. I am facing one big problem with this tool. When ever I upload a file if the file size is bigger and it takes more than 3 mins then I get the following Alert and upload stops working.

EO.Web Controls Client Side Debug Message:

EO.Web control 'ctl00_demo_AJAXUploader1' error message:AJAX call to the server times out.(set ClientSideOnError to handle this error).

You can turn off this message by setting EO.Web.Runtime.DebugLevel to 0 (Not recommended for debug build).

Please do not give me your standard requestfiltering link. I have gone through the post and could not find valid soultion.

Large Uploads (more than 500MB) is my primary requirement. Please revert back ASAP because we want to purchase some tool in next 1-2 days.

Here is my web.config also
<?xml version="1.0"?>
<configuration>
<system.web>
<httpRuntime maxRequestLength="2097151" requestLengthDiskThreshold="2097151" executionTimeout="36000" requestValidationMode="2.0"/>

<compilation defaultLanguage="c#" debug="false" targetFramework="4.0"/>

<customErrors mode="Off"/>

<authentication mode="Windows"/>

<authorization>
<allow users="*"/>

</authorization>

<trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true"/>

<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20"/>

<globalization requestEncoding="utf-8" responseEncoding="utf-8"/>
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/>
</system.web>
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="4294967295"/>
</requestFiltering>
</security>
</system.webServer>
<appSettings>
<add key="eo_DictLocation" value="~/eo_dict"></add>
</appSettings>
</configuration>


amar31282
Posted: Monday, February 13, 2012 1:11:41 AM
Rank: Newbie
Groups: Member

Joined: 2/11/2012
Posts: 3
amar31282
Posted: Monday, February 13, 2012 3:01:08 AM
Rank: Newbie
Groups: Member

Joined: 2/11/2012
Posts: 3
Hi After long investigation. i noticed that basically the problem is not with the size of upload the problem is with Time. Actually this error message comes each time after 3 mins of starting the upload.

So everytime i start upload the error message comes up after 3-3.5 mins
eo_support
Posted: Monday, February 13, 2012 9:23:36 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Thank you very much for the information. We are investigating this and will get back to you as soon as possible.

eo_support
Posted: Monday, February 13, 2012 2:28:26 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

We have confirmed this to be a bug and posted a new build that should fix the problem. Please see your private message for the download location.

Thanks!
runatServer
Posted: Tuesday, February 14, 2012 10:13:11 AM
Rank: Newbie
Groups: Member

Joined: 2/15/2011
Posts: 6
I have the same problem.

Please send me fixed release!

Thanks!
isragc
Posted: Thursday, February 16, 2012 3:10:11 PM
Rank: Newbie
Groups: Member

Joined: 2/16/2012
Posts: 4
I have that problem too!
Can I have the download location? Please
isragc
Posted: Thursday, February 16, 2012 6:34:13 PM
Rank: Newbie
Groups: Member

Joined: 2/16/2012
Posts: 4
That didnt resolved my problem, I resolved it adding this....

<configuration>
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="104857600"/>
</requestFiltering>
</security>
</system.webServer>
</configuration>

Thanks anyway for the new build update =)
John
Posted: Tuesday, February 21, 2012 10:55:42 AM
Rank: Member
Groups: Member

Joined: 1/2/2009
Posts: 12
I am having the same problem and the demo is now also failing on your web site? This was working last week I believe. Is there an update?

John Langlois
john@longnecksolutions.com
eo_support
Posted: Tuesday, February 21, 2012 6:17:36 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi John,

I believe the demo site is working correctly. Please check your web.config first.

Thanks
Kannan
Posted: Friday, September 7, 2012 2:20:03 AM
Rank: Newbie
Groups: Member

Joined: 1/21/2011
Posts: 1
Hello,

I do have a same problem. Please send me the update link please.

Kannan.S
eo_support
Posted: Friday, September 7, 2012 7:32:06 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Kannan wrote:
Hello,

I do have a same problem. Please send me the update link please.

Kannan.S


Please try the latest build from our download page first.

Thanks


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.