How to get "an image id" from ImagePicker?

I am developing an application where the same image can be selected several times. I want to avoid uploading the same image to the server each time. For this I have created a simple hash table that for a given image ID would return the server file.

So my question is:

Is there any pattern from the URI returned to extract some ID that identifies the image selected?

Thanks in advance!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.