Hi all,
I am trying to create a little feed tool that downloads a file to local machine... problem is the file is an asp page that creates the data feed (Response.ContentType = "text/csv") and needs to save it to local as csv file.
I've seen this done before but never really got that involved... unfortunately its what i need to do now!!! (should have paid more attention!!)
the asp page gets passed a couple of parameters for authentication and builds a personal feed for matching client.
Thanks for any tips or advice
cheers
daveJam
it works on my machine, so technically i win!
I am trying to create a little feed tool that downloads a file to local machine... problem is the file is an asp page that creates the data feed (Response.ContentType = "text/csv") and needs to save it to local as csv file.
I've seen this done before but never really got that involved... unfortunately its what i need to do now!!! (should have paid more attention!!)
the asp page gets passed a couple of parameters for authentication and builds a personal feed for matching client.
Thanks for any tips or advice
cheers
daveJam
it works on my machine, so technically i win!