Steve Murphy wrote:
> Can cURL be used to create an HTTP or FTP upload meter?
> 
> Steve

By upload meter do you mean a progress bar which can tell a user how
much of a large upload has been processed thus far?

As far as I understand it PHP cannot access raw POST data so this cannot
be done with PHP alone.

There exists a set of perl/php scripts at
http://www.raditha.com/php/progress.php which does exactly this.

HTH.

Pablo

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to