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.
XUpload - Progress bar not showing
Some changes I made
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.
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.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 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!
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!
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm