I use Browser control API to complete a browser. When I want to download a jpg file from a embedded url, the specialLoadObserver deals with it. I use its documentHandler to move the file.
iHandler->MoveL((*aDesArray)[i],newFile,dataType,KEntryAttNormal);
iHandler is the documentHanler. But it can't move the file to the place I want. How can I move the file to "c://BrCtlSampleApp//"???
Or if I use DownloadManager, the file will be downloaded to "c://data//download//", how can I change the path and put the file to "c://BrCtlSampleApp//"??



