Hi,
In my last post i was not able to send picture , now i can send an image to my private server with hardcode base64 data,.
But i don't know how to convert an image(i have only url of that image) to base64 string, so that i can send it through xmlhttprequest,
The above is possible in html with javascript, but how to do it in qt quick javascript.
https://www.codegrepper.com/code-examples/cpp/convert+image+to+base64+javascript
I got this link below for qt but want to do it through js.
https://felgo.com/developers/forums/t/upload-jpeg-to-server-created-from-camera
Exactly i m doing the same like selecting pictures from group send an array of picture to my private server.