Like the others said, there's a good package for this at www.servlets.com. I have a small servlet application that uses this package to manage an on-line picture scrapbook. If you want, I'll send you the code so you can see how the MultiPart Parser works.
--Monte Glenn Gardner On Thu, 15 Nov 2001, Ross Nicoll wrote: > I am working on an application that needs to handle file uploads. Given > this, I'm wondering if the Servlet 2.3 API provides direct support for > this (I know how to get the query string and parse it, however I'm looking > for a "getFileParameter()" method, really). I cannot find any support for > such, and just thought I'd check before I start writing my own? > > ___________________________________________________________________________ > 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 > > ___________________________________________________________________________ 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
