Hi all,
I'm developing an app with Appstudio Qt Creator
I'm trying to upload an image (camera photo) to my application server (java struts2) .
The server side, tested with an html form in desktop browser, works fine.
So I'm trying to do, in qml, the work that html form perform in browser environment.
Is NetworkRequest (ArcGIS.AppFramework) class suitable for this purpose?
Otherwise can I use directly some QML class or Javascript XMLHttpRequest ?
Thanks for your suggestions.
Massimiliano