Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 96594 invoked by uid 500); 20 Jan 2003 22:24:53 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 96579 invoked from network); 20 Jan 2003 22:24:53 -0000 Message-ID: <021d01c2c0d2$6d566980$2b01a8c0@win2k> From: "Collin VanDyck" To: References: Subject: Re: Parsing multipart form data Date: Mon, 20 Jan 2003 17:22:26 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-ELNK-Trace: 9fcc4ecf3b0f81fb9c7f779228e2f6aeda0071232e20db4daf0040060bff372eeeb7ac2ef870aff4350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi Geoff. Here's really the only thing I'm doing with it right now. FilePartFile fpf = (FilePartFile)request.get("file_content"); log.info("received file of name: " + fpf.getFileName()); thanks,-- Collin ----- Original Message ----- From: "Geoff Howard" To: Sent: Monday, January 20, 2003 5:32 PM Subject: RE: Parsing multipart form data > ah, that brings to mind another idea - send a snippet of your action that > deals with getting the FilePart... > > Geoff > > > -----Original Message----- > > From: Collin VanDyck [mailto:cvandyck@mindspring.com] > > Sent: Monday, January 20, 2003 5:02 PM > > To: cocoon-users@xml.apache.org > > Subject: Re: Parsing multipart form data > > > > > > Here is my web.xml file. (It's long, so an apology in advance). I > > hope this > > helps, and I really do appreciate everyone's help in this list. > > > > I commented out overwrite-uploads and set the autosave-uploads to > > false, but > > I still get a FilePartFile instead of a FilePartArray. > > > > thanks, > > Collin > > > > > > > > > > > 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> > > > > ContentXML web app > > Provides the administration interface to the ContentXML > > System > > > > Cocoon2 > > Cocoon2 > > The main Cocoon2 servlet > > > > org.apache.cocoon.servlet.CocoonServlet > > > > > > configurations > > /WEB-INF/cocoon.xconf > > > > > > > > init-classloader > > false > > > > > > > > logkit-config > > /WEB-INF/logkit.xconf > > > > > > > > servlet-logger > > access > > > > > > > > cocoon-logger > > core > > > > > > > > log-level > > INFO > > > > > > > > allow-reload > > yes > > > > > > > > load-class > > > > > > > > org.hsqldb.jdbcDriver > > > > > > > > > > > > > > autosave-uploads > > false > > > > > > > > > > > > > > > > > > > > request-factory > > org.apache.cocoon.components.request.MultipartRequest > > FactoryImp > > l > > > > > > > > show-time > > hide > > > > > > > > manage-exceptions > > true > > > > > > 1 > > > > > > > > Cocoon2 > > / > > > > > > > > Cocoon2 > > *.jsp > > > > > > > > Cocoon2 > > *.html > > > > > > css > > text/css > > > > > > > > > > --------------------------------------------------------------------- > > Please check that your question has not already been answered in the > > FAQ before posting. > > > > To unsubscribe, e-mail: > > For additional commands, e-mail: > > > > > > > > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. > > To unsubscribe, e-mail: > For additional commands, e-mail: > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: For additional commands, e-mail: