June Low wrote:
>
> if I have a jsp as following:
> <form... blah bla>
> <input type="hidden" name="first" value="make me first">
> <input type="file" name="pic1">
> <INPUT TYPE="submit" NAME="submit" VALUE="Upload">
> </form>
>
> then does it mean that the ServletInputStream will have the hidden field
> as its first entry? pls enlighten me. thanks a lot!
Yes. Per HTML 4 specification
http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.1
2. The control names/values are listed in the order they appear in the
document. The name is separated from the value by `=' and name/value pairs are
separated from each other by `&'.
___________________________________________________________________________
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