PDA

View Full Version : Upload progress bar stop to work...


Giorgi
10-14-2007, 06:03 PM
Well, since I upgraded to new PHP 5.2.4. with this tutorial: http://www.litespeedtech.com/support/forum/showthread.php?p=6817#post6817

it stopped to work... is there anything in lsws config that might be changed to make it work again?

thank you.

P.S. I switched from Apache(directadmin) to Lsws Enterprise.

mistwang
10-15-2007, 10:39 AM
Since LSWS buffer the request body and forward the whole request to PHP backend all at once, it will use PHP backend more efficiently but upload progress bar does not work. We will implement the upload progress bar function internally.

bazza
10-31-2007, 11:12 PM
Is the upload progress bar going to be part of the 3.3 release?

mistwang
11-01-2007, 01:44 PM
It will not be part of 3.3 release. Maybe in 3.4 release as it requires quite a bit of effort. :)

henpa
12-15-2007, 10:23 PM
That would be a cool feature. :-)

robfrew
03-02-2008, 09:33 AM
Any idea when the upload progress bar feature will be available. At least an ETA? This is a very important feature for forums and community sites because people upload pictures to their galleries but think nothing is happening because they don't see anything happening.

mistwang
03-02-2008, 03:00 PM
After we added the SSI support, SSI may be in the 4.x release due in this month.