want to supress filedownload dialog box

bhavin12300

Active member
Joined
Sep 18, 2007
Messages
44
Programming Experience
Beginner
hi,
I am using webbrowser control to navigate and download file.
what i am doing is when i click download button on my webbrowser control to download file,it give me popup to save or open file and after clicking save button it give me save as dialog box for where to save.

Now what i want to do is when i click on download button in my webbrowser control ,i want file to be downloaded in some folder in my pc (suppose in D:/temp/) without above stated two folder.
can anyone tell me is it possible to do so?
the file i am trying to download is csv file.

please guide me.
 
Does anybody have an answer to this question? I am trying to do the same kind of thing. I use webbrowser to navigate to a webpage. The page has a link to download a file.

Any help would really be appreciated.
 
Back
Top