I would like to know how I can call the default download function of IExplorer.
I implemented a custom download manager using the IDownloadManager interface because I needed to get some specific information about the file being downloaded. However, I don't want to override the whole download process. I just needed to intercept it, get the necessary information and let it carry on with the default process.
Currently IExplorer is calling my IDownloadManager::Download() function everytime use clicks Save in IExplorer. Can anyone show me how to call the default process, or to replicate it Which means, open the save as dialog, download it and show the current progress dialog if necessary.
Thanks a lot!!!