Even if you persist in using the obsolete class you can use QHttp::readAll() to put the data into a QByteArray (either bit-by-bit using in response to readyRead(), or all at once in response to finished()). That is, use exactly the same method as used in the HTTP Example. This information really easy to find if you read the docs and work through the examples (until you understand them).





Reply With Quote

Bookmarks