I am working on android project. My requirement is to store image from android gallery to remote mysql database. I am able to store the image into database by giving the image name in the code. But I want to store the selected image to database from gallery without mentioning the name of the image in the code. How can I do that?
Please help me…..
I am working on android project. My requirement is to store image from android
Share
Invoke the gallery by starting Activity for result:
Described here in more detail: Get/pick an image from Android's built-in Gallery app programmatically