-1

I am new to android.Now am going to upload an image to php server.I have searched so many links but I didn't get the proper solution from those.So please anybody help me for this. Requirement is:
1.I want to upload a image from the android sd card to php server.
2.Using multipart entity.

So please give me some running code.Thank you for any answer.

hasanghaforian
  • 13,858
  • 11
  • 76
  • 167
CHANDRA D P
  • 293
  • 1
  • 4
  • 10

1 Answers1

0

see basically you need to have the PHP based webservice that allow you to upload your photo and then you can code for image upload in JAVA using andoid.

Uploading images to a PHP server from Android is the top link for all your questions.

also http://blog.sptechnolab.com/2011/03/09/android/android-upload-image-to-server/ is the explanation that you are looking for.

Community
  • 1
  • 1
Jigar Pandya
  • 6,004
  • 2
  • 27
  • 45
  • Thanks for appreciation.. You can upvote for those question that you feel helpfull or should be upvoted... also try to accept answer. – Jigar Pandya Nov 06 '12 at 10:19