>>> Danny Rubis <[EMAIL PROTECTED]> 09-Jun-00 11:40:15 AM >>>

>You can use the doPost() to receive the data from
>HTTP POST  request.  The amount of data is unlimited.
>Beware that you *do* have to parse the data yourself
>once it arrives.  You can get help with the parsing by
>using like Jason Hunter's, et al, HttpMessage class.

This is wrong. You don't have to parse POST data yourself *unless* it
is *not* form data.

What James was talking about was a parameterized query to a servlet.


Unfortunately it is not possible to perform a parameterized query
with a POST.


Nic Ferrier

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to