MBS; WebView2; default download folder;

Hello Christian,

is there a way to setup the default download folder in WebView2?

At the moment I use a link with
window.URL.createObjectURL(… // created a Blob

I changed the download folder of MS Edge browser but this does not pass through WebView2.

Any idea?

Thanks a lot!

1 Like

I don’t think we have a property for that beside setting the user data folder.

If needed, I could add more functionality, but I may have to look what Microsoft may have there.

Thanks a lot!

Not the biggest problem in the world as I am inside of Xojo and can use FolderItem to store things!