Upload file with POST method on Qt4
问题 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 select any image file from the local host and upload it to the server. The selection part and GUI is simple and I have already done it, but with POST uploading I'm confused. In addition I have to say, that there is no authorization to upload file. If someone already looking this topic? PS: the reason why I'm asking and not coding my self is time,