Page 2 of 2

Re: Downloading multiple Files

PostPosted: Tue Jun 29, 2021 11:21 pm
by vinayk
yes Marshall,

I'm able to reproduce the bug in supported versions (4472 branch) as well, i have opened an issue (https://bitbucket.org/chromiumembedded/ ... nloads-not) for the same and will try to debug more for finding the root cause.


Also, just to confirm if i'm correctly using the downloadhandlers. In the OnBeforeDownload function , i am calling the CefBeforeDownloadCallback::Continue method with the file path and show_diloag as true and in case of OnDownloadUpdated, i am saving the last downloaded path (when download operation is complete).

Please let me know if this is fine or if i am missing any other steps. Thanks.