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

Notification

Icon
Error

Options
Go to last post Go to first unread
fresnizky  
#1 Posted : Thursday, September 4, 2008 5:36:41 AM(UTC)
fresnizky

Rank: Newbie

Groups: Member
Joined: 9/4/2008(UTC)
Posts: 1

Hi, I'm testing the Image Uploader dual. It's working great but I can't find a way to check if the uploader is loaded... if ActiveX or Java are disabled, or if the user cancelled the installation.

Is there any way to do this??

Thanks !
Fedor  
#2 Posted : Thursday, September 4, 2008 6:04:47 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
We will try to improve it in next version. Currently you can handle whether control is not loaded using fullPageLoad event:

Code:
<script type="text/`javascript">
function fullPageLoad() {
    //Your code..
}

var iu = new ImageUploaderWriter("ImageUploader1", 610, 500);

iu.fullPageLoadListenerName="fullPageLoad";

iu.writeHtml();
</script>


Please read Helper Script Reference (iuembed.js) for more info.

Edited by user Wednesday, October 29, 2008 3:13:00 AM(UTC)  | Reason: Not specified

Best regards,
Fedor Skvortsov
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.