Welcome Guest Search | Active Topics | Sign In | Register

AjaxUploader is greyed out Options
troy
Posted: Wednesday, June 4, 2008 9:56:41 PM
Rank: Newbie
Groups: Member

Joined: 6/4/2008
Posts: 4
Hello, I have a simple test application with just the image uploader. On my development server it works great, and on my staging server it works great, however, on the production server, it is all greyed out..or dissabled. The configurations seem the same.

you can see it at http://www.yourfitguru.com/imageloader.aspx

Any ideas?

eo_support
Posted: Wednesday, June 4, 2008 10:25:24 PM
Rank: Administration
Groups: Administration

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

Please see this post for details:

http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=1401

Thanks
troy
Posted: Thursday, June 5, 2008 8:17:21 AM
Rank: Newbie
Groups: Member

Joined: 6/4/2008
Posts: 4
That didn't solve my problem...unless i've done something wrong...here is my web.config...maybe you can spot something.

By the way...if I remove the rewrite module from the httpModules section, it works. But we use the rewrite module.

eo_support
Posted: Thursday, June 5, 2008 8:30:30 AM
Rank: Administration
Groups: Administration

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

The reason for your case is the same as the login issue. With the login issue, the ASP.NET authentication module redirects the page to another page (to the login page) when you are not logged in; With your redirection module, the same happens, except that it is not related to login. Basically the page requests a JavaScript file (which is needed by the uploader), but your server serves it another page. So the control is unable to get the JavaScript it needed.

In order to avoid the problem, you have to avoid redirection. There are two ways to do this:

1. Check the documentation of your redirection module and exclude eo_web.ashx;
2. Following steps outlined here to enable physical JavaScript files:
http://www.essentialobjects.com/ViewDoc.aspx?t=InstallationAndDeployment%2fdeploy.html

Option 1 should be the permanent solution because we use eo_web.ashx to render a number of things, most importantly JavaScript files and built-in images. Option 2 solves the JavaScript files for you, but won't solve anything else. So you will see have problems with other things.

Thanks
troy
Posted: Thursday, June 5, 2008 12:55:24 PM
Rank: Newbie
Groups: Member

Joined: 6/4/2008
Posts: 4
Ok, got it...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.