Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
carlacne  
#1 Posted : Monday, August 10, 2009 7:08:01 AM(UTC)
carlacne

Rank: Newbie

Groups: Member
Joined: 8/10/2009(UTC)
Posts: 4

Thanks: 2 times
I am looking to disable the activex control since we don't wish to use it, even on win based systems.

We only want the Java control to be utilized.

Following the help file I used:

Code:

$imageUploader->setActiveXControlEnabled(false);


Yet when I start up IE 6 or 7 the activex version is still attempted to start.

FF on Win on the same PC is fine, starts the Java version.

How do I disable this for all IE verions.

We only use the php library. We don't use asp, or anything else.

Servers are all Linux PHP 5.2.10 with the latest V6.1 download for IU.

Linux clients under Konqueror and ff start the Java version.

Dmitry  
#2 Posted : Monday, August 10, 2009 10:35:55 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

I just took standard Basic Demo sample redistributed with Image Uploader, disabled ActiveX version in the way you described and everythyng worked fine.

Maybe you try to call setActiveXControlEnabled() function after you you call render()? In this case the described behaviour could happen. If so, please put your code before render() calling.

If my assumption does not help, please, provide me with a complete source code of your page.
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
Users browsing this topic
Forum Jump  
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.