I am trying to login to a server and automate some manual stuff i.e. data entry and uploading files. Here is what I've encountered so far, I have successfully logged in and used QHttp:: post() to do the job. Now I am trying to upload some files, and I think I've got the multi-part file upload correct, however I don't know how to read the "response content" from the post. All I can read is the response header.

I am using HttpFox to see the post messages, when I post a file through the browser, after the post-data is sent there is "response content" which is in HTML, how do I capture that ?