"Matthew Inger" <[EMAIL PROTECTED]> writes: > You need to parse the data different. Servlet API does > not parse multipart/form-data. I would reccommend o'reilly's > org.oreilly.servlet package. go to www.oreilly.org for more > information. It's a java package written by Jason Hunter > (who also wrote the O'Reilly Java Servlet book). You MUST > buy the book to legally use the classes.
The Servlet API does not automatically parse file uploads, but Turbine can. See the UploadService. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
