Forum Discussion
TanyaYatskovska
Alumni
13 years agoHi Hugo,
All browsers are using different download managers. I'm afraid you will have to create different scripts for each browser to download the file from GUI.
BTW,
Note that I cannot download the file manually through WGET or whatever as this is an ASP.Net page that creates the file to download dynamically.
I don't quite understand this. From your page, you can get the link to the file and use the MSXML2.XMLHTTP object to download the file without using browsers. Here is the example from our How To section: Download a file from the Internet