yes, the orielly classes are good.
http://www.servlets.com/cos/index.html

you have to make a new MultipartRequest, and then get the parameters from
it. this will only work if the form ecoding is multipart/form-data,
otherwise you get the parameters from the request.


-----Original Message-----
From: pdw [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 17, 2001 10:02 AM
To: JRun-Talk
Subject: Re: Servlet request object and multipart/form-data


> I'm reading values in from a form submission, and if the form is encoded
> with "multipart/form-data", I can't seem to use the getParameter method
> to retrieve any values.  Am I being stupid, or is this in fact true? 
> What's the way to work with multipart forms??

check out the com.oreilly.servlet.multipart package which contains some 
classes for working with multipart forms.  sorry I don't have a link but a 
search should find it for you.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to