AlwaysLoveme / capacitor-plugin-filedownload

a file download plugin for Capacitor3.0+
MIT License
13 stars 7 forks source link

Access downloaded files / specify the path of the downloaded file #2

Closed kiralyta closed 1 year ago

kiralyta commented 1 year ago

So the package works fine, but it downloads my file (without being able to select the path) to /storage/emulated/0/Android/data/{appId}/files/{fileName}

How can I open this file instantly, or how can I make the plugin download the files to the Download folder of the device?

I'm trying to use the package to download .apk files (app updates) and install them.

AlwaysLoveme commented 1 year ago

So the package works fine, but it downloads my file (without being able to select the path) to /storage/emulated/0/Android/data/{appId}/files/{fileName}

How can I open this file instantly, or how can I make the plugin download the files to the Download folder of the device?

I'm trying to use the package to download .apk files (app updates) and install them.

use this plugin to open file: https://github.com/capacitor-community/file-opener