Hello everyone,
I need to send an image using XMLHttpRequest
and for that the image data needs to be encoded, in javascript this function FileReader.readAsDataURL() does this perfectly, but i'm not able to do so using QML.
I'm only able to read the image as binary values like this "\xFF\xD8\xFF....etc"
Could you please let me know how i can achieve this using ArcGIS Runtime Qt SDK QML.
Thanks in advance.