Basically I wan't to save an image loaded in a webBrowser control. The only way I can get this to work at the moment is by showing the save as dialog.
is there a way to pass in a path and make it save itself? (hide the dialog I ask to show!)
is there another way to save the image? I can't seem to get documentstream to work. I have also tried webclient.filedownload(...)
but get an error 302 ( "(302) Found Redirect.")
DownloadFileAsync
gives no error but an empty jpeg file?
files are always jpegs, but not always at same location.