I want to know when a file is down downloading

Posted by paulj3000 on Stack Overflow See other posts from Stack Overflow or by paulj3000
Published on 2010-03-08T18:04:22Z Indexed on 2010/03/08 18:06 UTC
Read the original article Hit count: 185

Filed under:
|
|

Hi,

I have a file which I want users to download only once. After it's done downloading, the file is no longer available.

Outside of setting up a streaming system, is there any way I can set some sort of callback up to say the file is done downloading on the client's computer?

Thanks

© Stack Overflow or respective owner

Related posts about php

Related posts about file-download