Reputation: 365
I am working on an application in which I need to send data to another PC in the same network. Is this possible using QML? Any guidance or sample code will be quite helpful!
Upvotes: 1
Views: 352
Reputation: 127
You want to send data with which technologies (FTP, Samba, HTTP ) ?
Some example with HTTPUploader, i think he can helping you:
https://code.google.com/p/qml-http-uploader/
Upvotes: 1