Re: multipart HTTP and stream generator

2002-11-08 Thread Geoff Howard
> If cocoon can manage > files with the same name, which belong to different > connections, without > problems, then I've no problem saving the file > temporaly in the server. No, I believe there is still a potential race condition when name conflicts exist, so your best bet is to stick with the i

Re: multipart HTTP and stream generator

2002-11-08 Thread Oskar Casquero
ems, then I've no problem saving the file temporaly in the server. Oskar - Original Message - From: "Geoff Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 08, 2002 3:16 PM Subject: Re: mu

Re: multipart HTTP and stream generator

2002-11-08 Thread Geoff Howard
> > - Original Message - > From: "Geoff Howard" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, November 07, 2002 10:44 PM > Subject: Re: multipart HTTP and stream generator > > > > I'm not exactly sure I've

Re: multipart HTTP and stream generator

2002-11-08 Thread Oskar Casquero
h FilePartArray constructor because it is protected. Oskar - Original Message - From: "Geoff Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 07, 2002 10:44 PM Subject: Re: multipart HTTP and stream generator > I'm not exactly

Re: multipart HTTP and stream generator

2002-11-07 Thread Geoff Howard
I'm not exactly sure I've followed what you're trying to do, but are you aware that multipart requests are handled automatically by cocoon? When a file is included in a request, the default behaviour is to save it to upload-dir under the work directory in whatever servlet container you're using.

multipart HTTP and stream generator

2002-11-06 Thread Oskar Casquero
Hi,   Has anybody tried to get data from a multipart http request in cocoon? I've modified the stream generator with "marsh" project classes (in sourceForge.net) in order to support multipart http resquest and it doesn't work, but I've also tested the same example in a servlet (outside cocoo