Hello Skip Evans,
$filename=xxxx;
$fp=fopen($filename,'r');
while(!feof($fp)){
echo fread($fp,1024);
}
//log something that the client complete the download
Best regards,
======= At 2007-03-08, 07:06:46 you wrote: =======
>Hey all,
>
>I have a need to monitor a download from the
>server to the client's machine.
>
>I'm not familiar with any mechanisms for doing so.
>
>If anyone has any hints to point me towards I'll
>get a' researching.
>--
>Skip Evans
>Big Sky Penguin, LLC
>61 W Broadway
>Butte, Montana 59701
>406-782-2240
>http://bigskypenguin.com
>=-=-=-=-=-=-=-=-=-=
>Check out PHPenguin, a lightweight and
>versatile PHP/MySQL development framework.
>http://phpenguin.bigskypenguin.com/
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
>
>
= = = = = = = = = = = = = = = = = = = =
Nicholas Yim
[EMAIL PROTECTED]
2007-03-08
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php