XFileSharing Pro - progress bar not working

Message
Author
Belgin Fish
Posts: 101
Joined: Aug 09, 2010 6:30 pm

progress bar not working

#1 Postby Belgin Fish » Aug 18, 2010 3:23 am

hey,

on my site if you try uploading a file, the progress bar appears but it doesn't change, the upload still works but its just not saying any progress.
Last edited by Belgin Fish on Aug 18, 2010 6:44 pm, edited 1 time in total.

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#2 Postby admin » Aug 18, 2010 8:02 am

There could be few reasons:

1. You broken it during designing site
2. You have mod_security2 caching enabled on your file servers.

Belgin Fish
Posts: 101
Joined: Aug 09, 2010 6:30 pm

#3 Postby Belgin Fish » Aug 18, 2010 2:58 pm

probably got broken during the redesign, but like just off the top of your head do you have any idea how to fix it? Is it a simple issue?

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#4 Postby admin » Aug 19, 2010 5:20 am

If it was working before redesign - then try to upload original upload_form.html template and xupload.js (if you modified it).

It it wasnt working before redesign - check mod_security2 apache module caching.

Belgin Fish
Posts: 101
Joined: Aug 09, 2010 6:30 pm

#5 Postby Belgin Fish » Aug 24, 2010 7:37 pm

The version of mod_security which is enabled on the server is 1.9.5.

(it wasnt working before the redesign)

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#6 Postby admin » Aug 25, 2010 5:35 am

Do you have .htaccess in your /cgi-bin/ (on all of your file servers)?
If no - get it from zip file.

If that will not help - try to disable mod_security in apache config (just to check if it will work).


The problem is that we can turn off (not completely, but just uploads caching) only mod_security verions prior to 2.0 (through .htaccess in /cgi-bin/). Since version 2.0 (now it's called mod_security2) - they do not allow to change upload caching settings from .htaccess context.

Thanks