I want to send a lot of data to a webpage with a post requst. The data is a username and a long message text.
I look at the QHttp class but I can't seem to find how to send all that data. I also need to read a reply from the webpage (it will reply with a simple string.
Does anyone have a good short example on this?