Using Java & Android to Upload Files via HTTP

The samples show how to upload image files from Java and Android clients to a remote server.

References

  1. http://hc.apache.org/downloads.cgi
  2. http://developer.android.com/training/camera/photobasics.html
  3. http://blog.rafaelsanches.com/2011/01/29/upload-using-multipart-post-using-httpclient-in-android/

Blog

Take a Photo from Android Camera and Upload it to a Remote PHP Server