Re: Upload file size limit in 4.0.2

2006-10-27 Thread Jesse Kuhnert

Yeah...The bug was in the documentation, which has since been fixed.

http://tapestry.apache.org/tapestry4.1/components/form/upload.html

On 10/26/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


Trying using this class in your service-id instead:

implementation service-id=tapestry.multipart.ServletMultipartDecoder
  create-instance
class=org.apache.tapestry.multipart.MultipartDecoderImpl,maxSize=209715
20 model=threaded /
/implementation

-Original Message-
From: Christian Haselbach [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 26, 2006 6:45 AM
To: Tapestry users
Subject: Upload file size limit in 4.0.2

Hello,

we wanted the set the file size limit for upload files to
a different value, but this is not possible as noted in
the following bug report:
http://issues.apache.org/jira/browse/TAPESTRY-995
Unfortunately, updating is not an option right now. Is there
a work-around?

Thanks.

Regards,
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Jesse Kuhnert
Tapestry/Dojo/(and a dash of TestNG), team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com


RE: Upload file size limit in 4.0.2

2006-10-26 Thread Thomas.Vaughan
Trying using this class in your service-id instead:

implementation service-id=tapestry.multipart.ServletMultipartDecoder
  create-instance
class=org.apache.tapestry.multipart.MultipartDecoderImpl,maxSize=209715
20 model=threaded /
/implementation

-Original Message-
From: Christian Haselbach [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 26, 2006 6:45 AM
To: Tapestry users
Subject: Upload file size limit in 4.0.2

Hello,

we wanted the set the file size limit for upload files to
a different value, but this is not possible as noted in
the following bug report:
http://issues.apache.org/jira/browse/TAPESTRY-995
Unfortunately, updating is not an option right now. Is there
a work-around?

Thanks.

Regards,
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]