Click here to Skip to main content
15,891,629 members

Comments by jgiami2402 (Top 3 by date)

jgiami2402 13-Jul-11 10:19am View    
I navigate to a webpage which pops up a File Download dialog, i would like to be able to automatically click on save as
jgiami2402 12-Jul-11 16:17pm View    
Thanks

When i do that the file downloaded is protected and the file is not the same one than when I click on save as. The website is a secured website and it looks like they filter the file when i use System.Net.WebClient().DownloadFile(myurl,myfilename)
jgiami2402 12-Jul-11 14:53pm View    
Thank you so much for your reply,

How Do you automatically click on the save button using C# ?