Home All Groups Group Topic Archive Search About

how to detect file download in IE

Author
13 Nov 2006 11:47 AM
test
I'm trying to develop a small inhouse file download tool
I need to detect all files downloaded from internetexplorer and display a
custom interface
i.e. when ever the user tries to download a file from IE, then a custom .net
interface needs to be displayed or AT LEAST both

i need to somehow intercept the file download event in IE

Author
13 Nov 2006 4:48 PM
Dan Bass
If you're talking about developing a Asp.Net web site with this
functionality, then what you could do is have the user directed to a
download link via a button. This way, when the user click on a button to
download the file, it will post back and run the button click event method
where you can do what you like.


Show quoteHide quote
"test" <t***@test.com> wrote in message
news:OFVRQmxBHHA.5064@TK2MSFTNGP02.phx.gbl...
> I'm trying to develop a small inhouse file download tool
> I need to detect all files downloaded from internetexplorer and display a
> custom interface
> i.e. when ever the user tries to download a file from IE, then a custom
> .net interface needs to be displayed or AT LEAST both
>
> i need to somehow intercept the file download event in IE
>