save file without save file dialog in c# webbrowser control
hi friends,
i am implementing code to automatic download files from client site without intermediatory manual step using c# code.
i am using webBrowser control application to access element of website.but when i click on Download button using c# code i shows the save file dialog to enter file path to save file.my requirement is to save the files through c# code by passing path without save file dialog.
Thanks for ur valuable time & help