Write all data of an NetworkReply
I tried to write the data of an network reply but the file was empty.Here’s the code I used :
- file.write(variant.typeName());
I want to read all the data to see how is stored so I can continue writing my program.
8 replies
QNetworkReply inherits QIODevice [developer.qt.nokia.com] so I think it is like reading from file.
Here is an image from Chrome
http://imageshack.us/photo/my-images/641/96160298.png
This post call modifies the source code of the page(is returning a form with a sid key that I need).Is there a way to do this call with QNetworkHttpRequest?
You must log in to post a reply. Not a member yet? Register here!



