I am creating a utility that automaticly go to a hosting provider and creates backups of the client databases. The hosting provider sends the backups via HTTP, which causes the webbrowser control to pop up the 'File Download' dialog box, and then the 'Save As' dialog box, both of which require user interaction. I would like to have the Webbrowser (or anything else) just download the backup so the application can move on to processing the next backup without waiting for the user. Does anybody know how to do this?
↧