XUpload - Redirect & URL POST Problem

Message
Author
marc
Posts: 4
Joined: Oct 05, 2006 9:55 pm

Redirect & URL POST Problem

#1 Postby marc » Dec 08, 2006 1:37 am

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

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Dec 08, 2006 10:34 am

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

Code: Select all

 onLoad='document.F1.submit();'
and after "</Form>" add

Code: Select all

<Script>document.F1.submit();</Script>