Hi,
I'm using the free Xupload 2.6 - and I have a problem. On my local configuration everything works fine.
But after changing the configuration (paths etc.) for my "real" server and uploading the files I got following problem: clicking on upload file causes the popup status window to appear, but immediately after that it says transfer completed even if the transfer is running.
I found out that no directory is created in the temp-dir while uploading the file. So I assume the problem is there is noch flength, right? But why is that??
XUpload - No directory is created in temp-dir
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Right. That's probably cause of wrong temp folder path in config. It should be full, from root, e.g. '/var/www/vhosts/mysite.com/cgi-bin/temp'
I saw some users use URL(http://mysite.com/cgi-bin/temp) instead of path or relative path(/cgi-bin/temp), this is not correct.
Also old CGI.pm version can cause this. Try to update CGI perl module.
I saw some users use URL(http://mysite.com/cgi-bin/temp) instead of path or relative path(/cgi-bin/temp), this is not correct.
Also old CGI.pm version can cause this. Try to update CGI perl module.
-
- Posts: 7
- Joined: Jun 15, 2007 9:36 am
-
- Posts: 7
- Joined: Jun 15, 2007 9:36 am
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Hmm...
in upload_status.cgi replace
with
I think IE open pop-up first and upload request is a bit slow.
This should help.
Also check for JS errors in IE.
in upload_status.cgi replace
Code: Select all
for(1..3)
Code: Select all
for(1..10)
This should help.
Also check for JS errors in IE.
-
- Posts: 7
- Joined: Jun 15, 2007 9:36 am
-
- Posts: 7
- Joined: Jun 15, 2007 9:36 am
First of all - thanks for your help so far.
I tried to collect some more information - upload in IE is working, but the popup window does not show anything but "Transfer complete". And while trying an upload with IE no flength is created in the temp-dir.
With Firefox everything works fine. Do you still have an idea what could be wrong here?
I tried to collect some more information - upload in IE is working, but the popup window does not show anything but "Transfer complete". And while trying an upload with IE no flength is created in the temp-dir.
With Firefox everything works fine. Do you still have an idea what could be wrong here?
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
-
- Posts: 7
- Joined: Jun 15, 2007 9:36 am
-
- Posts: 7
- Joined: Jun 15, 2007 9:36 am