While we are on the subject,
I made some tests with Apache logs and it seems that Apache writes the size
of the file that you are DL to the log file at the beginning of the
transfer. So if you 
are DL a 1MB file apache will write that you have DL a 1MB file and it
doesn't
reflect weather you stopped the DL in the middle. From it's point of view
you asked
for a 1MB file and you got it... so checking the log file will not work.

berber

-----Original Message-----
From: Boaz Yahav [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 31, 2001 12:44 PM
To: Php-General
Subject: [PHP] File Download Completion


Is it possible to find out if a client finished to DL a file?

Suppose i put a link to a file and people start to DL the file.
Some people can stop the DL in the middle. I need to know
how many people completed the DL.

Any simple ideas how to do this?

thanks

berber

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to