[PHP-WIN] Re: Limitations with webservers. WAS: Show the Progress of a file

2004-01-22 Thread Manuel Lemos
Hello, On 01/22/2004 04:59 AM, B.A.T. Svensson wrote: I am a bit confused now. We are talking about a progress bar at the client side, that is to feed the enduser with progress information, or? According to what Rich Stupek explainded to me in a private e-mail the client upload the file in a sync

[PHP-WIN] Re: Limitations with webservers. WAS: Show the Progress of a file

2004-01-22 Thread Svensson, B.A.T. (HKG)
21 21:47 Subject: [PHP-WIN] Re: Limitations with webservers. WAS: Show the Progress of a file Hello, On 01/21/2004 12:01 PM, B.A.T. Svensson wrote: >>You are confusing the types of progress. You can't track file upload >>progress in PHP because PHP scripts only run after the file

[PHP-WIN] Re: Limitations with webservers. WAS: Show the Progress of a file

2004-01-21 Thread Manuel Lemos
Hello, On 01/21/2004 12:01 PM, B.A.T. Svensson wrote: You are confusing the types of progress. You can't track file upload progress in PHP because PHP scripts only run after the file upload is concluded. This is a limitation of PHP. Therefore that class alone is useless. For me it seams to be

[PHP-WIN] RE: Limitations with webservers. WAS: Show the Progress of a file being uploaded

2004-01-21 Thread Svensson, B.A.T. (HKG)
> You are confusing the types of progress. You can't track file upload > progress in PHP because PHP scripts only run after the file upload is > concluded. This is a limitation of PHP. Therefore that class alone is > useless. For me it seams to be a limitation with the webserver? Because even