Welcome Guest Search | Active Topics | Sign In | Register

AJAXUploader not responding / no AutoPostBack Options
Erni
Posted: Friday, February 21, 2014 6:00:47 PM
Rank: Member
Groups: Member

Joined: 5/19/2010
Posts: 22
Hi, we use the following code.

<eo:AJAXUploader runat="server" id="AJAXUploader1" Width="400px"
TempFileLocation="" MaxDataSize="30000" MaxFileCount="1"
AutoPostBack="True" AutoUpload="True"></eo:AJAXUploader>

Problem is, that after selecting a file the component is not calling the callback function ...
so code like the following is no (never) called.

foreach (EO.Web.AJAXPostedFile file in AJAXUploader1.PostedFiles)
{
ManageFileUpload(file);
}

We updated config file as described and other Inputs found here... but we still have a no running solution.
Interessting: On our local page all is running perfect.

Also interessting:
in the temp file Folder we have a lot of .Status files (no other ???)
On the local Installation we have also other types. Strange...

Some idea about how I can proceed to fix this...?

Thanks.
eo_support
Posted: Saturday, February 22, 2014 10:07:22 AM
Rank: Administration
Groups: Administration

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

Please try to update to the latest version first, then try to upload a very small file and see if it works. Let us know the result and we can then go from there.

Thanks!
Erni
Posted: Saturday, March 1, 2014 2:24:57 AM
Rank: Member
Groups: Member

Joined: 5/19/2010
Posts: 22

Hi,
now I have last Version of your dll.
I tested to uplaod a very small test file... but > no changes!


I made a "empty" testfile (test.aspx) using minimal code.
I tested rights of the target System for the them Folder.

I have no idea about what's wrong here.

The link to my testfile:
http://www.yogalives.ch/test.aspx


eo_support
Posted: Saturday, March 1, 2014 11:12:08 PM
Rank: Administration
Groups: Administration

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

Try to turn off cookieless session for your site. That might interfere it.

Thanks!
Erni
Posted: Monday, March 3, 2014 3:24:19 PM
Rank: Member
Groups: Member

Joined: 5/19/2010
Posts: 22
Done...
but still not responding...!

eo_support
Posted: Monday, March 3, 2014 5:47:52 PM
Rank: Administration
Groups: Administration

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

Please check whether your application is running under full trust. AJAXUploader requires full trust to run. When we trace the network package, we found that your server returned a FieldAccessException exception, which indicates a permission issue.

Thanks!
Erni
Posted: Monday, March 17, 2014 2:01:55 PM
Rank: Member
Groups: Member

Joined: 5/19/2010
Posts: 22

Hi after a lot of test at this Moment we have this difference between some running and some not running applications.
All running installations run's on IIS 6.0.
All not running installations are using Windows 2008 / IIS7.5 Server.

We think, ull trust or not makes no differense. Meaning. On IIS 6.0 we don't have it and all is running 1A.

Some ideas...? Thanks.
Erni
Posted: Monday, March 17, 2014 2:13:19 PM
Rank: Member
Groups: Member

Joined: 5/19/2010
Posts: 22
additional to the last Post:
I had some times ago a simular Problem: lock on "Ajax Uploader - not fire "Autopostback" on IE10" ...
eo_support
Posted: Monday, March 17, 2014 2:39:18 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Erni wrote:

Some ideas...?


It's not that if you decided not to believe us we would be able to invent something else for you. In this case we traced the package and we saw very clearly that your server throw a FieldAccessException due to a permission issue. So you will want to correct that issue first.

Thanks!
Erni
Posted: Wednesday, March 19, 2014 4:51:00 AM
Rank: Member
Groups: Member

Joined: 5/19/2010
Posts: 22
...the fact is, that on Providers site (given be customer) it makes a 300% difference regarding the costs if we need a full trusted area or not. So we tested a lot to find a other solution.

But you right… it was solved switching to “full trusted” thanks for your help.



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.