cbpanchal
cbpanchal
> const filepath = 'content://com.android.providers.media.documents/document/image%3A209152'; > filepath should begin with file,like "file://". > UploadFiles doesn't support the content in android currently. > You can use RNFS to get the filepath...
> Stop download should work on Android. but as per documentation, it is working on iOS only, but I need stop download in Android as well
> > const filepath = 'content://com.android.providers.media.documents/document/image%3A209152'; > > filepath should begin with file,like "file://". > > UploadFiles doesn't support the content in android currently. > > You can use RNFS...
> Not only replaced content:// to file:// . You should use RNFS to get the full file path like "file:///mnt/sdcard/FileName.jpeg". But how ?? can you please explain with some pseudo...
> It depends on the location of your file. If your file is stored in sdcard use RNFS. ExternalStorageDirectoryPath > > ``` > const filepath = RNFS. ExternalStorageDirectoryPath + "FileName.jpeg"...
Hello @hank121314 Do you have any idea about this one [https://github.com/itinance/react-native-fs/issues/679]
@master-atul Please look into my issues, it is really helpful for me if I got a solution Thanks
I am done with this https://github.com/Jacse/rn-fetch-blob#ios-background-uploading but still not working, please check if anyone has an idea @joltup Thanks