Click to See Complete Forum and Search --> : Verifying Completed Downloads


nike
06-21-2006, 07:30 AM
A big problem with most server statistics is that when they count file downloads, they are counting the number of requests to the server, not complete downloads.

Is it possible to count downloads more accurately?

I can use the Response.IsClientConnected command immediately after streaming the file to the browser but it's working only for files with size
less then 80MB :confused:

How can I resolve this proplem?