Hi all, I'm new to Basic4Android (but not to programming itself). I am writing an application that needs to request from the user one or more images. I am currently using the ContentChooser with the Mime type of "image/*" but this only lets the user return one. How do I return more than one?
Also, this returns the Dir and Filename, but this isn't the actual path to the file, which I require for renaming purposes. It currently returns information in the format:
content://media/external/images/media/36440
I can load the image from the above information but I need to be able to access the actual file for renaming and other purposes. What do I need to do to resolve the actual file path?
Thanks in advance,
Richard
Also, this returns the Dir and Filename, but this isn't the actual path to the file, which I require for renaming purposes. It currently returns information in the format:
content://media/external/images/media/36440
I can load the image from the above information but I need to be able to access the actual file for renaming and other purposes. What do I need to do to resolve the actual file path?
Thanks in advance,
Richard