Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sending pictures to a web server

Tags:

android

I have to build an application that should send pictures from the phone to a web server. Unfortunately, I really don't know how to do this. Could someone help me out please?

like image 855
D Brown Avatar asked Mar 24 '11 06:03

D Brown


1 Answers

Use web service to achieve this task.

In order to use web service in android,please visit this links.

  1. kSoap2 library used for calling web service from android device.
  2. Calling simple web service in android.
  3. Calling web service & uploading file through HttpClient
  4. Web Service That Returns An Array of Objects With KSOAP - For complex objects.
  5. Accessing a JAX-WS web service from Android
  6. How-to: Android as a RESTful Client
like image 72
Shashank_Itmaster Avatar answered Oct 08 '22 02:10

Shashank_Itmaster