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

Notification

Icon
Error

Options
Go to last post Go to first unread
davidescande  
#1 Posted : Monday, December 11, 2006 10:32:46 PM(UTC)
davidescande

Rank: Member

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

It seems that the RedirectUrl propertie does not work with Firefox 2 :

The upload of my pictures work but at the end of the upload i have the message saying upload is complete but i'm not redirected on the next page.

ImageUploader Dual

Work on ie 6 firefox 1.5 ...

Could i have any help ?

PS : On the javascript console i have this two lines :

undefined is not a function

undefined is not a function

Alex Makhov  
#2 Posted : Tuesday, December 12, 2006 1:34:12 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups:
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

Could you give the direct link to your test site or show your page code?

Sincerely yours,

Alex Makhov

UserPostedImage Follow Aurigma on Twitter!

davidescande  
#3 Posted : Tuesday, December 12, 2006 7:10:53 PM(UTC)
davidescande

Rank: Member

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

I have put a test page here

http://dev.image-libre.fr/perso/test.html

Thank you for any help.

Alex Makhov  
#4 Posted : Friday, December 15, 2006 4:08:35 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups:
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

Here is the part of your code which could be the reason of your problem:

Code:
iu.addEventListener("Progress","ImageUploader_Progress");//there is no such method in your code
iu.addEventListener("ViewChange", "ImageUploader_ViewChange");//there is no such method in your code
iu.addParam("RedirectUrl", "/perso/panier.php?id_album=335&action=postupload");
iu.addEventListener("ViewChange", "ImageUploader_ViewChange");

So remove first two lines of code because Image Uploader fails to call these methods.

Edited by user Tuesday, February 19, 2008 6:46:51 PM(UTC)  | Reason: Not specified

Sincerely yours,

Alex Makhov

UserPostedImage Follow Aurigma on Twitter!

davidescande  
#5 Posted : Friday, December 15, 2006 6:36:45 PM(UTC)
davidescande

Rank: Member

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

It work !!!

Thank you very much for your help

Users browsing this topic
Guest
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.