I have created a small app that wait for connection on port 8080, and I
have also created an HTML file as follows,
<FORM ACTION=3D"http://127.0.0.1:8080/blah.jet" METHOD=3D"POST">
<INPUT TYPE=3D"TEXTBOX" NAME=3D"T1">
<INPUT TYPE=3D"TEXTBOX" NAME=3D"T2">
<INPUT TYPE=3D"TEXTBOX" NAME=3D"T3">
<INPUT TYPE=3D"SUBMIT" NAME=3D"SUBMIT" VALUE=3D"SUBMIT">
</FORM>
When the app server receive the connection it is able to print all the
header by reading it from the socket but the POST data from the form are
not there and I can't see it. Are there any special treatment on how to
read the POST data ?
Thanks
Cheers
Nanik