On Wed, 2005-08-24 at 13:08 -0400, Brian Gorby wrote: > I'd like to be able to have some sort of confirmation that the file was > sent / received in entirety before recording the download; if the > download times out for whatever reason for the client, the download will > not be recorded. > > Is this something that's possible in general? with mod_perl?
You can tell if the connection gets closed by the client, but you have to try sending something to check it. This is in the documentation. - Perrin