mramonlopez / cordova-plugin-file-downloader

Phonegap plugin to download a list of files or a single file to the phone, check consistency and unzip if necessary (Android and ios)
MIT License
23 stars 19 forks source link

Is there anyway to specify type of storage? #10

Closed t2wu closed 4 years ago

t2wu commented 4 years ago

I want to save some file into the cordova.file.cacheDirectory, is it possible?

t2wu commented 4 years ago

Oh I got it, the fileSystem option.

Is there a way to specify the filename after download though?

t2wu commented 4 years ago

I got it. The third parameter to get.