I upload photo to the server via the default HttpClient in Android SDK. I want to show progress in the user interface, is there a way to find out how much has been uploaded?
I did not work with that API, but notice that HttpClient is not android specific:
org.apache.http.client.HttpClient
So if you google for "HttpClient progress" there is a number of posts that may be usefull.
Also, consider that post Android Download Progress