How to use web browser control for downloading files

S

samp

Hi All,

How can i download files using web browser control? I want to be able
to automtaically download files giving the file a location and name.
I am getting the download file dialog box which i do not want to
display. Is there a way to click "Save" programatically?
Any help is highly appreciated.
I found many posts here for the same question but no answers.
SK
 
W

Winista

If you know the URL of the file, use HttpWebRequest object to get the file
directly.
 
S

samp

I have to simulate some actions in a web browser before i can get to
the actual downloading. First i log in then i get a list of all users
then i navigate to a particular page for a user and then click on a
link. this link url is common for all the users but the file that gets
downloaded is different. How can i do this using the httpwebrequets?
any ideas?
SK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top