joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.8k stars 767 forks source link

Is it possible to download images which are stored on the same device (accessible throught the path 'file:///'? #859

Open vinaygregoryjohn183 opened 5 months ago

vinaygregoryjohn183 commented 5 months ago

I want to download an image present on my device, which is accessible through the path: 'file:///some_url.jpg'. I want to implement this on android. Not able to do this. So I wanted to know if it is possible to download an image path starting with 'file:///' or does the url have to begin 'https:'