I want to do notified on the server when a client browser requests to download a file, and the file finishes downloading, can I have execute completed event when file download is complete or canceled by user.
When the users browser will request to save the file (or just download it), When the download completes I want the web server to then delete the file.
I have been looking at IHTTPModule
and the EndRequest
event, But this doesn't appear to be any help?