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

Notification

Icon
Error

Options
Go to last post Go to first unread
newvisionjeff  
#1 Posted : Tuesday, January 23, 2007 11:31:56 PM(UTC)
newvisionjeff

Rank: Advanced Member

Groups: Member
Joined: 4/19/2006(UTC)
Posts: 42

I have the watermark version running as a wrapper page in my php joomla installation. The upload portion is flawless (BEAUTIFULL APPLICATION!!!!), although, the redirect is not working. If you go to the link here you will see...

http://www.newvisioncolo...l/xpress-proof-beta.html

If you just go to the real URL http://www.newvisioncolo...ader/Watermark/index.php

you will see that it properly redirects but will not show thumbnails. That is OK. I actually want to have the redirect go to a thank you page. I have inserted code to create dynamic folders and that works well too.

Ultimately, if I want the user to be redirected to a thank you page, where to I replace the code?

Also, is there a way to send the user an email as well with the summary of what they just uplaoded?

Thank you for your time,

Jeff

Jeff MacDougall

New Vision Color Lab

www.newvisioncolorlab.com

www.modebook.com

Alex Makhov  
#2 Posted : Thursday, January 25, 2007 2:17:00 PM(UTC)
Alex Makhov

Rank: Advanced Member

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

Hello Jeff,

I have checked your page. Here is a line of code in your page which should be uncommented and changed to the appropriate link on your site:

Code:
//iu.addParam("RedirectUrl", "../Gallery/");

As about sending a email that’s not an ImageUploader’s work. You have to make some server-side script for that.

Edited by user Wednesday, February 20, 2008 5:18:51 PM(UTC)  | Reason: Not specified

Sincerely yours,

Alex Makhov

UserPostedImage Follow Aurigma on Twitter!

newvisionjeff  
#3 Posted : Sunday, January 28, 2007 11:48:11 PM(UTC)
newvisionjeff

Rank: Advanced Member

Groups: Member
Joined: 4/19/2006(UTC)
Posts: 42

Thanks for the info. It now redirects to /gallery/

One problem though, I have dynamic folders created for each upload so how does it know which gallery to go to? Also, is there a way the script can check for duplicate folder names? I know this is a lot to ask but I am a newbie and quite ambitious.

Thanks for all your help!

Jeff

Jeff MacDougall

New Vision Color Lab

www.newvisioncolorlab.com

www.modebook.com

newvisionjeff  
#4 Posted : Monday, January 29, 2007 12:06:01 AM(UTC)
newvisionjeff

Rank: Advanced Member

Groups: Member
Joined: 4/19/2006(UTC)
Posts: 42

OK, I have figured it out!!!!

I changed the redirect to

Code:
//Configure URL where to redirect after upload.
iu.addParam("RedirectUrl", "http://www.newvisioncolorlab.com/xpressuploader/watermark/gallery.php?author=' + document.getElementById('Author').value");

Works like a charm!!!

I just had to do a little snooping into the help files.

Jeff

Edited by user Wednesday, February 20, 2008 5:19:03 PM(UTC)  | Reason: Not specified

Jeff MacDougall

New Vision Color Lab

www.newvisioncolorlab.com

www.modebook.com

Alex Makhov  
#5 Posted : Monday, January 29, 2007 1:05:35 PM(UTC)
Alex Makhov

Rank: Advanced Member

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

Hello Jeff,

As you see there are answers for almost all your questions in our documentation system so look through it and you will find almost anything you want to know about Image Uploader.

Sincerely yours,

Alex Makhov

UserPostedImage Follow Aurigma on Twitter!

newvisionjeff  
#6 Posted : Monday, January 29, 2007 10:34:31 PM(UTC)
newvisionjeff

Rank: Advanced Member

Groups: Member
Joined: 4/19/2006(UTC)
Posts: 42

Thanks again Alex. As always your are quick to provide some sort of answer or direction.

Cheers to Aurigma!!

Jeff

Jeff MacDougall

New Vision Color Lab

www.newvisioncolorlab.com

www.modebook.com

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.