-4

I am making an Instagram like application for my college project.

CLIENT = Android SERVER = Servlet

I want to send an image from android to servlet. I just need the image send and revive code. I have figured out the rest.

Thank you for help.

user3921255
  • 41
  • 1
  • 2
  • 5

1 Answers1

0

You should convert your image into Base64 string send Via Webservice to Sevrlet store in DB, and then decode that base64 into Image on View side !! I hope this will help you !!

Jhaman Das
  • 1,094
  • 13
  • 28