The issue is that the URL when accessed through a web browser triggers a save/open dialogue box.
I am trying to programatically some how trigger the save button and save the file onto my system.
I have been using HttpWebRequest, HttpWebResponse and then a stream reader for the data.
It returns the web page markup, I suspect I am going about this in completely the wrong way.
Would appreciate any help and direction in resolving this issue.
Thanks in advance.
Z
