|
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>
|
|
Rank: Newbie Groups: Member
Joined: 2/11/2012 Posts: 3
|
|
|
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
|
|
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.
|
|
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!
|
|
Rank: Newbie Groups: Member
Joined: 2/15/2011 Posts: 6
|
I have the same problem.
Please send me fixed release!
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 2/16/2012 Posts: 4
|
I have that problem too! Can I have the download location? Please
|
|
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 =)
|
|
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
|
|
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
|
|
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
|
|
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
|
|