PDA

View Full Version : POST and QNetworkAccessManager



hakermania
12th February 2011, 19:23
I have a web page with 2 forms with ids

1) name
2) email

Also it has a button that supports the 'submit' method.
How can I POST my own value automatically through Qt?

wysota
13th February 2011, 00:05
What do you mean "automatically"? If you issue a POST request then you also point to a device or byte array containing data to be sent as the body of the request.