Hey, I'm trying to simply get the path to an image chosen by user via the ContentChooser but I keep getting issues when I try to get the image directory and copy using it. Here's the error I'm getting:
I know the image exists and it doesn't seem to work with any others either. The file path is quite strange looking as well... ANY help would be much appreciated! Thanks!
B4X:
java.io.FileNotFoundException: /storage/emulated/0/adc/content:/com.android.externalstorage.documents/document/primary%3APictures%2Fhd_0.jpg: open failed: ENOENT (No such file or directory)
I know the image exists and it doesn't seem to work with any others either. The file path is quite strange looking as well... ANY help would be much appreciated! Thanks!