XUpload - Progress bar not showing

Message
Author
phpsam
Posts: 3
Joined: Jul 18, 2007 5:43 pm

Progress bar not showing

#1 Postby phpsam » Jul 18, 2007 5:50 pm

When I upload files, it uploads perfectly, but the progress bar never shows. I tried to change setting, still it is not working! The upload window opens up, but nothing appears, and after upload is done, it just says 'Upload complete'. But the progress bar never shows while it is uploading.

Here is my site: http://phpprojects.freehostia.com/upload_form.html

All other files (except upload_form.html) are located under this folder: http://phpprojects.freehostia.com/cgi-bin/UPLOAD1/

Here is my setting for XUploadConfig.pm:

temp_dir => '/www/phpprojects.freehostia.com/cgi-bin/UPLOAD1/temp',

target_dir => '/www/phpprojects.freehostia.com/cgi-bin/UPLOAD1/uploads',

templates_dir => '/www/phpprojects.freehostia.com/cgi-bin/UPLOAD1/Templates',

ext_allowed => 'jpg|jpeg|gif|png|rar|zip|mp3|avi|txt|csv',

url_post => 'http://phpprojects.freehostia.com/cgi-b ... 1/post.cgi',

redirect_link => 'http://phpprojects.freehostia.com/upload_form.html',

PLEASE HELP!
Thx in advance.

phpsam
Posts: 3
Joined: Jul 18, 2007 5:43 pm

Some changes I made

#2 Postby phpsam » Jul 18, 2007 10:00 pm

I change the all the directories, I put a "/home" in front of all of them.
For examples, '/www/phpprojects.freehostia.com/cgi-bin/UPLOAD1/temp' I changed to '/home/www/phpprojects.freehostia.com/cgi-bin/UPLOAD1/temp'

Still the progress bar is not showing, but after the transfer is complete, the files ARE IN MY UPLOAD FOLDER.

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

#3 Postby PilgrimX182 » Jul 19, 2007 7:54 am

Looks like persistent connection is not working or caching on your server. Do you have our .htaccess file in xupload folder? .htaccess files are enabled on your server?
Probably mod_security or mod_gzip caching upload & upload_status.cgi streaming output.

phpsam
Posts: 3
Joined: Jul 18, 2007 5:43 pm

#4 Postby phpsam » Jul 19, 2007 5:42 pm

I contacted my server help center, they said that .htaccess is enabled!
Here is what I have wrtten in my .htaccess file:

<IfModule mod_security.c>
SetEnvIfNoCase Content-Type "^multipart/form-data;" "MODSEC_NOPOSTBUFFERING=Do not buffer file uploads"
</IfModule>
<IfModule mod_gzip.c>
mod_gzip_on No
</IfModule>

Still, the progress bar is not showing, PLEASE HELP!

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

#5 Postby PilgrimX182 » Jul 20, 2007 10:11 am

Please provide me with FTP or SSH access to xupload folder if possible so I can test it on your server and fix.