RE: [PHP] File Download Completion

2001-02-02 Thread Boaz Yahav
r 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] Fil

Re: [PHP] File Download Completion

2001-02-01 Thread Daniel Grace
On Wednesday, January 31, 2001 at 12:00 PM, "Boaz Yahav" <[EMAIL PROTECTED]> wrote: > Seems like your theory doesn't stand the reality test :) > > This is the script which for some reason works with Netscape but not with IE > (it used to) : >ignore_user_abort(0); >$filename="test.gz"; >

RE: [PHP] File Download Completion

2001-01-31 Thread Boaz Yahav
essage- From: Daniel Grace [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 2:37 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] File Download Completion "Boaz Yahav" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Is it possible

RE: [PHP] File Download Completion

2001-01-31 Thread Boaz Yahav
.4pl1 any idea? -Original Message- From: Daniel Grace [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 2:37 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] File Download Completion "Boaz Yahav" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news

RE: [PHP] File Download Completion

2001-01-31 Thread Boaz Yahav
ry 31, 2001 2:55 PM To: Boaz Yahav; Php-General Subject: Re: [PHP] File Download Completion Hi Berber, The only way I've figured this at the moment is to use the web server access logs. They will tell you how many bytes were transfered, if it matches the file size then transmission was

Re: [PHP] File Download Completion

2001-01-31 Thread Andy Woolley
lt;[EMAIL PROTECTED]> Sent: Wednesday, January 31, 2001 10:44 AM 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

Re: [PHP] File Download Completion

2001-01-31 Thread Daniel Grace
"Boaz Yahav" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > 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

[PHP] File Download Completion

2001-01-31 Thread Boaz Yahav
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