Hello good b4x people,
I am receiving the image successfully (intent from image gallery to the app.)
How can I get the file name of the sent image?
uri value in log : content://0@media/external/images/media/11281
TIA
I am receiving the image successfully (intent from image gallery to the app.)
How can I get the file name of the sent image?
B4X:
Dim uri As String = in.RunMethod("getParcelableExtra", Array("android.intent.extra.STREAM"))
uri value in log : content://0@media/external/images/media/11281
TIA
Last edited: