What is the best way to send image from Android to Java Server
My Server is running Restful Web service and i want to send image from Android to my Server.
should i convert it into JSON, XML or there is any better way of doing this?
i actually want to send image in a fast way
plz share if you have any sample code