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.
– Elcio Arthur Cardoso
Thanks for the answer, you would have some coded example of how I might be doing this?
– Pedro Barreira Teixeira