XUpload - Transfer complete.. no progress bar or file uploaded

Message
Author
philltx
Posts: 3
Joined: Jan 21, 2008 5:34 pm

Transfer complete.. no progress bar or file uploaded

#1 Postby philltx » Jan 21, 2008 6:10 pm

Hi,

here is what's going on:
- the files aren't being uploaded into the uploads folder in the cgi-bin directory
- when i have the "Show upload status in pop-up window" check box checked.. it just reverts to transfer complete...
- however when i have it unchecked.. nothing seems to happen.

i've followed your faqs and chmod all directories 777/755 accordingly in and including my cgi-bin folder.

in my /cgi-bin i have
uploader/HTML
uploader/Templates
uploader/tmp
uploader/uploads
uploader/post.cgi
uploader/upload.cgi
uploader/uploade_status.cgi
uploader/XUploadConfig.pm
uploader/.htaccess

in my /www directory,
uploade_form.html

I changed the XUploadConfig.pm file to have the following folder settings

Code: Select all

 # Directory for temporary using files
 temp_dir        => '/xd1/homes/hash/89/a4689/34/14/u51434/jameschang.com/cgi-bin/uploader/tmp',

 # Directory for uploaded files
 target_dir      => '/xd1/homes/hash/89/a4689/34/14/u51434/jameschang.com/cgi-bin/uploader/uploads',

 # Path to the template using for upload status window
 templates_dir   => '/xd1/homes/hash/89/a4689/34/14/u51434/jameschang.com/cgi-bin/uploader/Templates',
#templates_dir   => '../../cgi-bin/uploader/Templates',

You can find it here..
http://www.jameschang.com/upload_form.html

On the shared hosting server i'm using..
Apache Version Apache
Apache Release 10337100
Apache API Version 19990320
Apache/1.3.37 Server
OSTYPE linux (redhat i believe)
xupload script version 2.6

thanks in advance...

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

#2 Postby PilgrimX182 » Jan 22, 2008 1:43 pm

You have bad form action there in html:

Should be:

Code: Select all

action="/cgi-bin/uploader/upload.cgi?upload_id="

philltx
Posts: 3
Joined: Jan 21, 2008 5:34 pm

#3 Postby philltx » Jan 22, 2008 5:59 pm

it works now! It only seems to be working when the check box is checked. I was wondering why this is?

this script also seems to stall out on larger files as well...

here is an example on where it stops..
Image


thanks in advance

-Phill

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

#4 Postby PilgrimX182 » Jan 23, 2008 7:13 am

If it stops always in same time - then it's your server CGI timeout settings. Contact server administrator about this.