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

Notification

Icon
Error

Options
Go to last post Go to first unread
zoki_57  
#1 Posted : Thursday, March 29, 2007 6:45:25 PM(UTC)
zoki_57

Rank: Member

Groups: Member
Joined: 4/11/2006(UTC)
Posts: 6

Hi

I'm using ImageUploader 4.1 (ActiveX and Java version).
Everything goes well when it is used from Internet Explorer and Mozilla Firefox but when it is used from Opera, after the
images are uploaded successfully, redirecting does not happens.
The first way of redirecting that I've tried was adding the RedirectUrl parameter. This, did work perfectly on Internet Explorer and Firefox but not on Opera.
The second way was adding the event listener for upload progress:
Code:
iu.addEventListener("Progress", "ImageUploaderID_Progress");
.
.
.
function ImageUploaderID_Progress(Status, Progress, ValueMax, Value, StatusText)
{
	if (Status=="COMPLETE")
	{
		alert("Upload complete called...");
		tt = window.setTimeout("doAction()", 4000);
	}
	if (Status=="CANCEL")
	{
		alert("Upload cancel called...");
		tt = window.setTimeout("doAction()", 4000);
	}
}


The alerts inside the event handler and the "doAction()" method are never called when using the ImageUploader in Opera but, they work perfectly on Internet Explorer and Firefox.

I'm testing on Windows XP SP 2 with the latest release of Opera version 9.10, build 8679 and Sun Java Runtime Environment version 1.5.

Can you please tell me how can I redirect from Opera?

Thank you in advance.
Regards
Zoran Zlatanov

Edited by user Friday, February 22, 2008 2:05:40 AM(UTC)  | Reason: Not specified

George Ulyanov  
#2 Posted : Friday, March 30, 2007 1:57:09 PM(UTC)
George Ulyanov

Rank: Advanced Member

Groups: Member
Joined: 7/26/2006(UTC)
Posts: 203

Hello Zoran,

Please let us know whether our online samples works perfectly for you.

BTW, we have tested Image Uploader on the next configurations:
  1. Opera 9.10 Built 8679 (Win32, Windows XP)
    Sun Java Runtime Environment version 1.5
  2. Opera 9.20 Built 8767 (Win32, Windows XP)Sun Java Runtime Environment version 1.5

Edited by user Friday, February 22, 2008 1:56:58 AM(UTC)  | Reason: Not specified

Best regards,
George Ulyanov
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.