I am using this code http://stunningco.de/2010/04/25/uploading-files-to-http-server-using-post-android-sdk/ to send an image to my web server the code works fine but i want to be able to send some aditional parameters.
How can i send them , i tried constructing the url request like this http://www.mywebserver.com/postdata?param1=somevalue¶m2=somevalue but the web server never reconisez them.
Thanks.