android-image-picker
android-image-picker copied to clipboard
how to get uri from images (getPath() return null when upload to server)
how to get uri from images (getPath() return null when upload to server)
What do you mean "when upload to server"?
when i Log.d these Uri, it's fine, but when putFile with Firebase it crash and say null. I will try again and tell you the detail.
What do you mean "when upload to server"?
He want to get the Uri of image capture from Camera or Gallery
same issue here.. im getting null when selecting image
Uri img = data.getData();
Uri img = data.getData();
AFAIK this is deprecated and we internally don't use it as well.
Closing this issue