I have set the url_post in the XUploadConfig.pm file.All upload is working quite fine,But it is not redirecting to the URL that i set and opens a new
blank page into a new browser.
Please help me to sort out my problem
Thanks In Advance
Vinay
XUpload - Problem in setting url_post to a php file
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
I guess it's FireFox problem? In upload.cgi find this line:
and replace it with
should work fine now.
Code: Select all
print"</Form><Script>document.F1.submit();document.location='about:blank';</Script></BODY></HTML>";
Code: Select all
print"</Form><Script>document.location='javascript:false';document.F1.submit();</Script></BODY></HTML>";