well...... I am trying to expand an app I already have, currently my iOS and Android apps send about 8 fields of text to a database app I have written in Xojo that runs on a mac, I am trying to add the ability for my iOS and Android users to also send a small picture from the user of the product they want added to the database
I had tried to just send the bytes and then storing as a blob on my database but had similar issues of not the whole picture being transmitted, which is why I changed to using base64 encoding..
I did look at the b4xserializator, but I could not see how to implement it in to my existing Xojo app - I guess my question now falls out of the scope of B4X as its now how do I use the information from b4xSerizator in Xojo.