Hi, First of all, great Site, lot of info.
I have a question, I want to send an image (in byte array), y have the image in memory, but i don't know how to send it, any idea?
I use
But don't work it send
Thanks for the help
PD: sorry for my english is not very good
I have a question, I want to send an image (in byte array), y have the image in memory, but i don't know how to send it, any idea?
I use
B4X:
in.InitializeFromBytesArray(Data, 0, Data.Length) 'image taken from the camera
query="dbe9c2450553009d47e6597a725250ca,<imagen>"& in &"</imagen>"
req.InitializePost2("http://xxx.xxx.xxx.xxx/recive_respuesta_webservice_json.php", query.GetBytes("UTF8"))
B4X:
dbe9c2450553009d47e6597a725250ca,<imagen>(ByteArrayInputStream) java.io.ByteArrayInputStream@4567be00</imagen>
Thanks for the help
PD: sorry for my english is not very good
Last edited: