Hi there!
I have an html server (QTcpServer and QTcpSocket), and I would like to be able to send some data to it, using the post method from html forms.
However, I don't know how to catch this "packet".
Any idea ?![]()
Hi there!
I have an html server (QTcpServer and QTcpSocket), and I would like to be able to send some data to it, using the post method from html forms.
However, I don't know how to catch this "packet".
Any idea ?![]()
Same as GET. Just look for POST in your incoming data stream.
http://www.jmarshall.com/easy/http/#postmethod
HIH
Joh
fitzy (28th October 2009)
Bookmarks