Home > Archive > PHP Language > October 2006 > How to tell if a file download completed?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to tell if a file download completed?
|
|
|
| I have a large install file (an exe) on my web server that people
download and install from. Looking at my log files, I see a lot of
people downloading it, but no way to tell for sure if they completed the
download or cancelled out before it completed. Is there any function in
PHP that would allow the web server to send the file and detect a
completion or cancellation? Or perpahs a javascript/PHP method?
Any help would be greatly appreciated.
Thanks,
Dan
| |
| bob.chatman@gmail.com 2006-10-18, 6:57 pm |
| Do your files keep track of the file sizes that have been moved?
Bob
On Oct 18, 11:09 am, Dan D <d...@nowhere.com> wrote:
> I have a large install file (an exe) on my web server that people
> download and install from. Looking at my log files, I see a lot of
> people downloading it, but no way to tell for sure if they completed the
> download or cancelled out before it completed. Is there any function in
> PHP that would allow the web server to send the file and detect a
> completion or cancellation? Or perpahs a javascript/PHP method?
>
> Any help would be greatly appreciated.
> Thanks,
> Dan
|
|
|
|
|