I am just a beginner at Android so this question might be stupid. PLease help me out of this.
I am working on an App which requires data to be uploaded on the server. The data could be text, image or a video. I tried to use the following link
http://developer.android.com/reference/java/net/HttpURLConnection.html
and also
However I ended up being even more confused. How do I send the data into the server using the ASyncTask doinbackgound method.
Thanks.