Hey,
I have a 2.2 Pro version and i have this problem.. it's not redirecting and not sending the post info.
I don't know what to do, i've been checking everything for hours.
It's uploading fine, all good but doesn't redirect
What might cause the problem ??
Thank youuuuuuuuuuuuuuuuuuu
XUpload - Redirect & URL POST Problem
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Yes. 2.2 had a little problem there on some browser configurations. Already solved somewhere on forum, but can't find it now, so here's the cure:
in upload.cgi delete
and after "</Form>" add
in upload.cgi delete
Code: Select all
onLoad='document.F1.submit();'
Code: Select all
<Script>document.F1.submit();</Script>