Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Friends I am developing a qt Application for ticketing machine. So I use back end with rest API. My Question is how to send a data in json format using post and how to receive reply from the server using QNetqorkAcessManager. Please Help Me...
Have you see the QNetworkAccessManager class documentation ? Did you check the QHttpMultiPart. Both have example on how to go about this.