How to save images from an android Imageview to a Mysql database using a java web service Rest

Asked

Viewed 196 times

0

I have an android application with an Imageview that receives an image from the device, and I need to save it in a mysql database through a Java web service how could do this?

1 answer

0

You could turn your image into an array of bytes and transfer it to the web service and save it to the database as a binary.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.