I'm rewriting an application that downloaded a file by calling an ASP page with this line:
The URL brings up the IE File Download dialog, where the app clicked "Save". The filename is already created by the .ASP page. I need to convert this to an InetGet() statement, however this line doesn't work (triggers @error):
This line does work though:
The problem is, I would like to have it save with the filename that the ASP page generates (which changes every day), and which worked fine with the IECreate() line above.
Can someone give me a hint here? Thanks!
[ autoit ]
The URL brings up the IE File Download dialog, where the app clicked "Save". The filename is already created by the .ASP page. I need to convert this to an InetGet() statement, however this line doesn't work (triggers @error):
[ autoit ]
This line does work though:
[ autoit ]
The problem is, I would like to have it save with the filename that the ASP page generates (which changes every day), and which worked fine with the IECreate() line above.
Can someone give me a hint here? Thanks!