Hi,
You should have a multipart class for uploading the file.
You need to instantiate it and for parameter calling do
multi.getParameter('' ")
instead of req.getParameter(" ");
At 10:20 PM 07/03/2000 +0100, you wrote:
>>>> "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
>
********************
Suman Shekhar
PS ,IT-Engineer, (408) 8539546
*******************
___________________________________________________________________________
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