I've been tasked with creating a browser plugin for IE to bypass the "Open Save Save As" dialog for opening word perfect documents generated by our .net web app.
I was told to investigate download managers and I've come across the following project:
but as far as I can tell the IEDownloadManager Download method won't get called until after the user selects an option from that dialog and not before.
Any suggestions would be appreciated except those suggesting I use another browser. (the state won't let me)
Thanks.
You could try to find an active x control, but as far as the website itself is concerned with IE, auto downloading and opening a file, this would be a pretty big security risk as someone could program it to auto open a malicious exe file.