Page 1 of 1

Confirming a download

Posted: Thu Jan 02, 2003 12:46 pm
by daven
I have a script which generates a file for the user to download. After the file is downloaded, I need to delete it off of the server. My query is this: How do I find out if the user has downloaded the file, so I do not delete it prematurely?

proivde a page to confirm download

Posted: Thu Jan 02, 2003 3:42 pm
by lostboy
or write a COM object to detect the completion of the DL or

wait 5 minutes adn then delete

hth