I am stuck trying to download an excel xls file from a website. The file is downloaded when a link is clicked and I need to either control where the file is saved using c# or be able to download the file in c# all together.
Here is the site - you will see the link on the top right.
http://reo.wellsfargo.com/WBREOHome.aspx?&srchState=AK&srchCity=&srchCounty=&srchZip=&srchPriceLower=0&srchPriceUpper=9999999&srchPropertyType=&srchBeds=0&srchBaths=0&srchStatus=
Here is a link to a description of what looks like the method to do this kind of download, but I cannot make this work and am in great need of help. Please let me know if anyone knows how to use a webclient or basic httpwebrequest to download an xls file.