cordova-promise-fs icon indicating copy to clipboard operation
cordova-promise-fs copied to clipboard

How to retrieve a downloaded filename when it finished.

Open wuzhilong opened this issue 7 years ago • 0 comments

Hi, I am newer to JS program. When use this library, how can I get the downloaded filename, when I try to download a queue url, like:

for each( queue[] ) promiseFS.download(url, savePath, { retry: retry }, progress ).then(onDone, onFail);

Thanks advance!

wuzhilong avatar Sep 07 '17 06:09 wuzhilong