Rank: Advanced Member Groups: Member
Joined: 10/4/2016 Posts: 104
|
Hi,
I was wondering when a download is in process, if we can avoid to show the file save dialog - on conditional values - and save the file immediately at the proposed location, overwriting the possible already existing file without confirming?
Thank you
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,225
|
Hi, Yes. You would handle BeforeDownload event and set e.ShowDialog to false: https://www.essentialobjects.com/doc/eo.webbrowser.webview.beforedownload.aspxThanks
|