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.htmlIf you just go to the real URL http://www.newvisioncolo...ader/Watermark/index.phpyou 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 |
|
|
|
|
Rank: Advanced Member
Groups: 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 |
|
|
|
|
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 |
|
|
|
|
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 |
|
|
|
|
Rank: Advanced Member
Groups: 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. |
|
|
|
|
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 |
|
|
|
|
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.