cwollenhaupt / fpCefSharp

With fpCefSharp you can add a modern browser to your Visual FoxPro application.
19 stars 5 forks source link

How to download files (In VFP9) into destination folder dialog? #16

Open dsdsdfsdfsfsdfsfsdf opened 2 years ago

dsdsdfsdfsfsdfsfsdf commented 2 years ago

You cannot set fpCefSharp to automatically download files to a predefined folder. You cannot display the destination folder dialog box before downloading the file.

cwollenhaupt commented 2 years ago

I'm not sure what exactly it is that you need fpCefSharp to do:

a) display a download dialog, let the user pick a location and download the file to that location, b) download the file to a pre-configured location without user interaction, c) download at all, because downloads are not working for you at all?

dsdsdfsdfsfsdfsfsdf commented 2 years ago

I'm not sure what exactly it is that you need fpCefSharp to do:

a) display a download dialog, let the user pick a location and download the file to that location,

Yes

b) download the file to a pre-configured location without user interaction,

Yes

c) download at all, because downloads are not working for you at all?

I have a corporate Web application that works under MS-Internet explorer. We also have file downloads in this application and it doesn't work for us. It downloads the files to the working folder of the logged-in user on the PC and does not display the dialog box for saving the downloaded file at all. We have a big problem!

Thanks. Download in fpCefSharp: image Download in MS-IE: image