Hitarth
Hitarth

Reputation: 1950

upload multiple images from Gallery to server in android

i m working with one application that have one functionality to upload multiple images from android inbuilt Gallery/Camera . i had upload single image using below this URL

. my exact requirement is that when i click on Button (upload from gallery) than inbuilt Gallery will be open . i am able to select single/multiple images from this Gallery and upload selected images to my Server . Any one have idea please help me how can i make this possible ?

Thanks in Advance !!!

Upvotes: 1

Views: 4859

Answers (1)

Orlymee
Orlymee

Reputation: 2357

Take a look at this post on stackoverflow. Given that you want to use the inbuilt gallery this post answers your question.

Get/pick an image from Android's built-in Gallery app programmatically

If you choose not to use the inbuilt gallery then I recommend reading this http://developer.android.com/resources/tutorials/views/hello-gridview.html

Both solutions shall work but which one you want to use will be dictated by your application requirements.

Upvotes: 1

Related Questions