Upload file with POST method on Qt4

前端 未结 4 998
一个人的身影
一个人的身影 2020-12-06 07:14

I\'m looking for a basic code samples of how to upload files to server with HTTP POST method on Qt.

My task: I have simple Qt program and I need to

4条回答
  •  半阙折子戏
    2020-12-06 07:47

    Also, I found today nice code: link text

    It's uploader/downloader app based on Qt4, with full set of POST headers managed by QNetworkAccessManager inside, so for beginners it will be very helpful.

    Owner: stiff.ru

    Committer: hoxnox

提交回复
热议问题