no there isnt really, does your html file really look like the file below?
I am sure you realize but the html file below doesnt really set any values.
Could I see your complete html file and the java file that reads it?
chanoch
-----Original Message-----
From: Nanik Tolaram [mailto:tonypet2000@h...]
Sent: 09 March 2001 15:18
To: Professional Java
Subject: [pro_java] POST data
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="http://127.0.0.1:8080/blah.jet" METHOD="POST">
<INPUT TYPE="TEXTBOX" NAME="T1">
<INPUT TYPE="TEXTBOX" NAME="T2">
<INPUT TYPE="TEXTBOX" NAME="T3">
<INPUT TYPE="SUBMIT" NAME="SUBMIT" VALUE="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