hi,
is thr anyway to know the order of the parameters sent to server when I
upload a file? I'm using JH's Multipart classes and I need to make sure that
a hidden field reach me first before any attachment. I need the hidden field
to do some processing stuff in my class. 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!
regards.
___________________________________________________________________________
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