S
Shawn
Hi.
In my application I'm handling sensitive files. I copy them from a file
server and onto the webserver, but I have to delete them again as soon as
the user is finished with his download. Is that possible? Is there some
way to detect when the download is finished? And if so I'm guessing that I
can't use response.redirect ot server.transfer because then the delete code
will never run... Any ideas?
Thanks,
Shawn
In my application I'm handling sensitive files. I copy them from a file
server and onto the webserver, but I have to delete them again as soon as
the user is finished with his download. Is that possible? Is there some
way to detect when the download is finished? And if so I'm guessing that I
can't use response.redirect ot server.transfer because then the delete code
will never run... Any ideas?
Thanks,
Shawn