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

download to users primary download folder #17

Closed rolinger closed 3 years ago

rolinger commented 3 years ago

How do I specify the download folder to the be the users primary download folder?

In the docs, what is downloader.init({folder: "yourPersistantAppFolder", unzip: true});, is yourPersistantAppFolder the root folder of my app/project? If so, then how do I get the file out of that folder and into the user primary downloads folder?

rolinger commented 3 years ago

Figured it out with this closed issue: https://github.com/mramonlopez/cordova-plugin-file-downloader/issues/8