I'm trying out the free version (version 2.6 18-Jan-2007) and have things working nicely, however I can't get the redirect in the config file to work. It displays a "page cannot be found" error if I try to redirect back to my home page (could be the "post" command).
I've seen a couple of threads with a "quick fix" but those were for older versions....
Any clues?
Thanks in advance
XUpload - Redirect Problems
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
In Free version there are 2 variables for this: url_post for POSTing variables if needed, and redirect_link if you need just redirect.
If you're using redirect_link, url_post should be empty. Use full URL in redirect_link, e.g. http://yoursite.com/upload_form.php.
If you're using redirect_link, url_post should be empty. Use full URL in redirect_link, e.g. http://yoursite.com/upload_form.php.