You are viewing a plain text version of this content. The canonical link for it is here.
Posted to httpclient-users@hc.apache.org by Eric Chow <er...@gmail.com> on 2005/01/18 05:15:02 UTC

Post parameter arrays !!

Hello,

How can I post an array of parameters ?

For example,

<form action="/servlet/mypost" method="post">
   <input type=text name="key">
   <input type=text name="key">
  <input type=text name="key">
</form>



As in the above HTML form, there are three text field with the same name "key",
how can I post this kind of form with HttpClient ??

Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpclient-user-help@jakarta.apache.org