Click to See Complete Forum and Search --> : Let me know if this is too complicated...


Hector Gray
10-24-2000, 05:56 PM
I have a standard webpage, that posts data from a form to a java HTTP server
that listens and handles the requests running on another port which takes
the data and processes it and responds with the reusults. My problem is how
and from where do I get the encoded data that the form is posting...

Thanks.