tags:

views:

116

answers:

2

I want to select an image from an android image gallery and upload it to a web server

Can any one guide me how to achieve this?

A: 

Here's a nice upload code sample. It uploads a file - exactly what you need http://stackoverflow.com/questions/3038409/how-to-send-http-post-request-and-recieve-response/3038747#3038747.

Fedor
example you provided not complete enough to understand or implement.
UMMA
A: 

http://moazzam-khan.com/blog/?p=490

image uploading + parameters

only parameters + text

very simple but effective class.

UMMA