I'm developing an Android 3.1 application using Spring Framework for Android 1.0.0 RC1.
I have developed a JSON WCF web service with C# and .Net Framework 4.0. I know how to send objects, strings, integers, etc. but I don't know how to POST an image from Android to web service.
How can I post an image?