-1

as MultipartEntity is removed from sdk 23 what is best way to upload images with other string params to server . i did refer How to upload file using Volley library in android? but here only file are present

how i can upload image using volley

Community
  • 1
  • 1
bob
  • 155
  • 3
  • 13

1 Answers1

0

Use this below link. You can know more about volley

http://www.androidhive.info/2014/05/android-working-with-volley-library-1/

Retrofit is another rest client to know more about retrofit see the below link

http://square.github.io/retrofit/

MathankumarK
  • 2,717
  • 1
  • 17
  • 34
  • i don't want to use retrofit as of now ,and that volley link not provides image sending – bob Feb 12 '16 at 09:28
  • http://stackoverflow.com/questions/29430599/upload-an-image-using-google-volley Use this link to upload image.Before asking question..Google it – MathankumarK Feb 12 '16 at 09:31
  • my friend read title i don't want httpcilent which removed from sdks 23, given link use that – bob Feb 12 '16 at 09:40