Possible Duplicate:
how to know when download is finished
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