I'm using 2.2, but is is because of the default max size that it doesn't return any items?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alessandro Vincelli Sent: 15. juli 2008 17:09 To: [email protected] 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=10240000 Bye Alessandro ----- Original Message ----- Da : "Magnus Haraldsen Amundsen" <[EMAIL PROTECTED]> A : <[email protected]> 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://commons.apache.org/fileupload/using.html > <http://commons.apache.org/fileupload/using.html> but > line > > > > List /* FileItem */ items > upload.parseRequest(request.getCocoonRequest()); > > > > always gives me an empty list. items.size() == 0. > > > > I suspect that this is because the HttpServletRequest is > already parsed somewhere within Cocoon. Is there a > workaround for this problem? > > > > -Magnus > > > > > > > IMPORTANT NOTICE: > This message may contain confidential information. > If you have received this e-mail in error, do not use, > copy or distribute it. Do not open any attachments. > Delete it immediately from your system and notify the > sender promptly by e-mail that you have done so. Thank > you. > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] IMPORTANT NOTICE: This message may contain confidential information. If you have received this e-mail in error, do not use, copy or distribute it. Do not open any attachments. Delete it immediately from your system and notify the sender promptly by e-mail that you have done so. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
