How can I access files from local file system?

Hey there!

I am using the cordova-file-transfer plugin to download files to the device local file system.
Then, I am trying to access those files (images) and display them in my app.

I am downloading the files to the directory cordova.file.externalDataDirectory with success.
Then in my app I am trying to display the image, using the same path:

When externalPath is obviously the output of cordova.file.externalDataDirectory

But for some reason, the image is not displayed.

How can I access files from my app storage directory?

Thanks.

1 Like

i am looking for the same thing but i can’t find how i can access the file did you figured it out?

1 Like

Me too! Any ideas on this topic?

me too, have you guys found out how to achieve this?