Sending android image to a js Node server

Asked

Viewed 65 times

0

I’m developing a project and I need it to record a photo, and send it to a server that’s running Ode. In this same project is already running a data exchange through the socket.io and now I need to send an image.

I have no idea how to do that. Thank you.

  • One idea to follow is to convert the image to Base64 and send it in text format, then disconnect on the server side.

  • Thanks for the answer, you would have some coded example of how I might be doing this?

No answers

Browser other questions tagged

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