4

In my application I need to upload image from Android to php server. I used multipartentity and it worked for me.Can anyone suggest me a method which is faster than this.I need to upload 4 pictures from my application at one time.So it takes a lot of time and I want to reduce this.

Any suggestion please.... Thanks in advance

SREEJITH
  • 816
  • 1
  • 8
  • 19
  • use http post post the data to the server. you can google for examples – Raghunandan Apr 20 '13 at 04:09
  • 1
    The time will be determined based on the connection and the image sizes. Also check this for help with a guide http://www.coderzheaven.com/2011/08/16/how-to-upload-multiple-files-in-one-request-along-with-other-string-parameters-in-android/ – kabuto178 Apr 20 '13 at 04:15
  • No problem, hope I helped – kabuto178 Apr 20 '13 at 04:37

0 Answers0