>>> "Bragg, James" <[EMAIL PROTECTED]> 03-Jul-00 10:13:02 PM >>>
>How does a forms ENCTYPE type modify request
>parameters??
>Changed my forms ENCTYPE type to "multipart/form-data"
>because I am uploading files; however, now I get a null
>values for my
> req.getParameter("...");
>where as before I was able to to get the information..
Check the archives and Hunter (O'Reilly: Javs Servlets).
Multiparts have a different request format that most servlet engines
cannot handle "out of the box". You have to code specifically for it.
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