PHP Classes

The upload progress bar does working with lighttpd web server?!

Recommend this page to a friend!

      PHP Forms Class with HTML Generator and JavaScript Validation  >  PHP Forms Class with HTML Generator and JavaScript Validation package blog  >  How to Show Google Ma...  >  All threads  >  The upload progress bar does working...  >  (Un) Subscribe thread alerts  
Subject:The upload progress bar does working...
Summary:The upload progress bar does working with lighttpd web server?!
Messages:4
Author:nabi
Date:2010-10-06 01:21:00
Update:2010-10-06 22:25:10
 

  1. The upload progress bar does working...   Reply   Report abuse  
Picture of nabi nabi - 2010-10-06 01:21:00
Hi,

The upload progress bar does working with lighttpd web server?!

Thanks

  2. Re: The upload progress bar does working...   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2010-10-06 04:00:18 - In reply to message 1 from nabi
I suspect that Lighttpd + FastCGI may be buffering the responses before sending them, especially if you have compression enabled.

Can you put a script with your upload form in a public URL that I can check the HTTP response?

  3. Re: The upload progress bar does working...   Reply   Report abuse  
Picture of nabi nabi - 2010-10-06 18:21:16 - In reply to message 2 from Manuel Lemos
Thanks.

It's sample:
aplud.dl1.jahanweb.com/

moreover, there is problem in my rewrite rule code.

  4. Re: The upload progress bar does working...   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2010-10-06 22:25:10 - In reply to message 3 from nabi
From what I read, it seems to be a bug in lighttpd to not flush the output buffer.

It seems to be fixed in lighttpd 1.5 though.