Re: Apache commons-fileupload returns an empty list

2008-07-16 Thread Robin Wyles
8 17:09 To: users@cocoon.apache.org Subject: re: Apache commons-fileupload returns an empty list Which version of cocoon are you using? In cocoon 2.2 I overrode this properties, by default the value is 100kb. #upload-max-size overriding cocoon core properties org.apache.cocoon.uploads.maxsize=102

RE: Apache commons-fileupload returns an empty list

2008-07-16 Thread Alessandro Vincelli
d features, I don't know your enviroment. Bye, Alessandro [1]http://cocoon.apache.org/2.2/blocks/forms/1.0/483_1_1.html - Original Message - Da : "Magnus Haraldsen Amundsen" <[EMAIL PROTECTED]> A : Oggetto : RE: Apache commons-fileupload returns an empty list D

RE: Apache commons-fileupload returns an empty list

2008-07-15 Thread Magnus Haraldsen Amundsen
agnus Haraldsen Amundsen" <[EMAIL PROTECTED]> A : Oggetto : Apache commons-fileupload returns an empty list Data : Tue, 15 Jul 2008 13:08:17 +0200 > Hi, > > > > I want to use commons-fileupload to handle fileupload in > my webapp. I've followed the tutorial at

re: Apache commons-fileupload returns an empty list

2008-07-15 Thread Alessandro Vincelli
t; <[EMAIL PROTECTED]> A : Oggetto : Apache commons-fileupload returns an empty list Data : Tue, 15 Jul 2008 13:08:17 +0200 > Hi, > > > > I want to use commons-fileupload to handle fileupload in > my webapp. I've followed the tutorial at > http://common

Re: Apache commons-fileupload returns an empty list

2008-07-15 Thread Robin Wyles
Hi Magnus, I ran into this recently too... It might help if you understand the relevant part of Cocoon's request processing... 1. By default all requests are passed through the servlet filter org.apache.cocoon.servlet.multipart.MultipartFilter. 2. MultipartFilter calls org.apache.cocoo

RE: Apache commons-fileupload returns an empty list

2008-07-15 Thread Magnus Haraldsen Amundsen
We use basic HTML Forms and not Cforms. From: Barbara Slupik [mailto:[EMAIL PROTECTED] Sent: 15. juli 2008 14:38 To: users@cocoon.apache.org Subject: Re: Apache commons-fileupload returns an empty list I use CForms upload widget to upload files and it

Re: Apache commons-fileupload returns an empty list

2008-07-15 Thread Barbara Slupik
I use CForms upload widget to upload files and it works fine. Barbara On 15 Jul, 2008, at 12:08 pm, Magnus Haraldsen Amundsen wrote: Hi, I want to use commons-fileupload to handle fileupload in my webapp. I’ve followed the tutorial at http://commons.apache.org/fileupload/ using.html but li

Apache commons-fileupload returns an empty list

2008-07-15 Thread Magnus Haraldsen Amundsen
Hi, I want to use commons-fileupload to handle fileupload in my webapp. I've followed the tutorial at http://commons.apache.org/fileupload/using.html but line List /* FileItem */ items = upload.parseRequest(request.getCocoonRequest());