RE: Parsing multipart form data

2003-01-22 Thread Volker Schneider
Hi Collin,   don't worry. I had the same problem with Cocoon 2.0.2. There is a bug in it. Use a later version and it will work.   Best regards - Volker -     -Original Message-From: Collin VanDyck [mailto:[EMAIL PROTECTED]]Sent: Montag, 20. Januar 2003 21:36To: [EMAIL PROTE

RE: Parsing multipart form data

2003-01-21 Thread Geoff Howard
That explains alot. Thanks for reporting back. Geoff > -Original Message- > From: Collin VanDyck [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 21, 2003 5:14 PM > To: [EMAIL PROTECTED] > Subject: Re: Parsing multipart form data > > > Geoff > >

Re: Parsing multipart form data

2003-01-21 Thread Collin VanDyck
- From: "Geoff Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 20, 2003 7:27 PM Subject: RE: Parsing multipart form data > > > > Hi Geoff, > > > > When I cast directly to FilePartArray I get a ClassCastException, which I > &

RE: Parsing multipart form data

2003-01-20 Thread Geoff Howard
What is the date of the main cocoon jar? Geoff > > > - Original Message - > From: "Geoff Howard" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, January 20, 2003 5:37 PM > Subject: RE: Parsing multipart form data > > > > The

Re: Parsing multipart form data

2003-01-20 Thread Collin VanDyck
nt: Monday, January 20, 2003 5:37 PM Subject: RE: Parsing multipart form data > There you go - you've cast to FilePartFile - cast to FilePart (or directly > to FilePartArray) and you're set. We need another example at the Wiki > (assuming that's where you got the concept

RE: Parsing multipart form data

2003-01-20 Thread Geoff Howard
essage- > From: Collin VanDyck [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 20, 2003 5:22 PM > To: [EMAIL PROTECTED] > Subject: Re: Parsing multipart form data > > > Hi Geoff. > > Here's really the only thing I'm doing with it right now. > &g

Re: Parsing multipart form data

2003-01-20 Thread Collin VanDyck
t web application. Does that sound reasonable? Or would it be looking for the web.xml in the cocoon[something].jar? Collin - Original Message - From: "Geoff Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 20, 2003 5:32 PM Subject: RE:

Re: Parsing multipart form data

2003-01-20 Thread Collin VanDyck
rd" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> 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 > > > ---

RE: Parsing multipart form data

2003-01-20 Thread Geoff Howard
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:[EMAIL PROTECTED]] > Sent: Monday, January 20, 2003 5:02 PM > To: [EMAIL PROTECTED] > Subject: Re: Parsing

RE: Parsing multipart form data

2003-01-20 Thread Geoff Howard
sounds to me like something is wrong with your web.xml (more below): > Thanks Geoff > > Well, yes, I actually started going thru the mail lists and found > your link > below. It is helpful, but I cannot get some of the features to work. I DO > have the FilePartFile bit working, though I would not

Re: Parsing multipart form data

2003-01-20 Thread Collin VanDyck
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 http:/

Re: Parsing multipart form data

2003-01-20 Thread Collin VanDyck
- From: "Geoff Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 20, 2003 4:01 PM Subject: RE: Parsing multipart form data > Have you seen this document yet? > http://wiki.cocoondev.org/Wiki.jsp?page=FileUploadsWithCocoon. I'm sorry if > it&

RE: Parsing multipart form data

2003-01-20 Thread Geoff Howard
Have you seen this document yet? http://wiki.cocoondev.org/Wiki.jsp?page=FileUploadsWithCocoon. I'm sorry if it's not written very clearly - I wrote it late at night sort of spontaneously. That gives some basic information on how cocoon handles things behind the scenes. The important part in your