Hi, I'm new to XUpload.
I have installed the scripts and things are working perfectly.
However, I would like the contents of the post.cgi after each upload to be emailed to me, but I don't want the contents displayed. In other words, is it possible to change the redirect URL to a sort of "Thanks for uploading" page but have the post details sent to my email address?
Many thanks for your help.
Kevin
XUpload - Email contents of post.cgi without displaying it.
Ok, I have now purchased XUpload 3.0 and it has solved most of the problems.
Now all I need to do is find out why the upload status bar stops after about 2 seconds (about 8 or 9% finished) and then hangs till the download is finished. It did not do this on the free version.
Plus how do I get it do re-direct after download has finished as this parameter seems to be missing in the config file (unlike the free version)
Thanks,
Kev
Now all I need to do is find out why the upload status bar stops after about 2 seconds (about 8 or 9% finished) and then hangs till the download is finished. It did not do this on the free version.
Plus how do I get it do re-direct after download has finished as this parameter seems to be missing in the config file (unlike the free version)
Thanks,
Kev
Did the quick hack for IE7 and this has now been resolved.
Two final problems.
First when I try to use different templates (hitech for example) and change this in the upload_form. html it just stops working. Can anyone tell me how this is done?
And second, after an upload, my frames page seems to disappear and I have hyperlink issues.
How can I refresh my main frames page once uploading has completed? I no longer use the post redirect. I just want a normal redirect which gives me back my frames page.
Kevin
Two final problems.
First when I try to use different templates (hitech for example) and change this in the upload_form. html it just stops working. Can anyone tell me how this is done?
And second, after an upload, my frames page seems to disappear and I have hyperlink issues.
How can I refresh my main frames page once uploading has completed? I no longer use the post redirect. I just want a normal redirect which gives me back my frames page.
Kevin
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
For redirect instead of POST use same url_post field in config but specify there URL ending with .htm or .html
Comment this line in hitech.html to make it work
Comment this line in hitech.html to make it work
Code: Select all
<Script>SetUpSettings();</Script>