RE: Overriding the maximum file upload size

2006-07-27 Thread Murray Collingwood
Hi Ben

The change made to the documentation:

From: 

To:  

solves the problem.  Specifying MultipartDecoder was generating some 
initialisation error - 
Tapestry simply wouldn't load.

I'm glad the limit is 10mb - that seems very reasonable as a default.

Cheers
mc


On 27 Jul 2006 at 8:59, Ben Dotte wrote:

> Unless something has changed recently, the limit is 10MB, not 10KB. Try
> it for yourself. I'm a little surprised the override in hivemodule.xml
> isn't working for you. We have had that line in for some time and
> haven't had any trouble with it. I just uploaded a 25MB image to make
> sure.
> 
> We are also on 4.0.2 so the version shouldn't be a problem. What is the
> problem you are experiencing when you have the line in hivemodule.xml?
> 
> Ben
> 
> -Original Message-
> From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, July 26, 2006 9:33 PM
> To: Tapestry users
> Subject: Re: Overriding the maximum file upload size
> 
> It's the default value used by commons-fileupload from jakarta, which
> this
> functionality is based on. You may want to ask them about it.
> 
> On 7/26/06, Murray Collingwood <[EMAIL PROTECTED]> wrote:
> >
> > Hi Jesse
> >
> > Thanks for this info.
> >
> > Do you think 10kb is a useful default?  This seems very small minded -
> > what can you upload
> > with 10kb
> >
> > Why not make the default limit 10mb?  We can at least make it sound as
> > though Tapestry is
> > an industrial strength product !  (Ohhh, wonder if this will generate
> some
> > fun discussion???)
> >
> > Cheers
> > mc
> >
> >
> >
> > On 26 Jul 2006 at 21:36, Jesse Kuhnert wrote:
> >
> > > The error referenced in that ticket was a documentation error, it
> has
> > since
> > > been fixed here
> > > http://tapestry.apache.org/tapestry4.1/components/Upload.html .
> > >
> > > The 10kb vs 10 (mil?) sounds pretty annoying. I think 10kb is the
> > default
> > > limit. The maxSize parameter is taken in units of "byte", so maybe
> it
> > should
> > > read "10,000" instead.
> > >
> >
> >
> > FOCUS Computing - web design
> > Mob: 0415 24 26 24
> > [EMAIL PROTECTED]
> > http://www.focus-computing.com.au
> >
> >
> >
> >
> > --
> > No virus found in this outgoing message.
> > Checked by AVG Free Edition.
> > Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date:
> 26/07/2006
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
> -- 
> Jesse Kuhnert
> Tacos/Tapestry, team member/developer
> 
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind.
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



FOCUS Computing - web design
Mob: 0415 24 26 24
[EMAIL PROTECTED]
http://www.focus-computing.com.au




-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 26/07/2006


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



RE: Overriding the maximum file upload size

2006-07-27 Thread Ben Dotte
Unless something has changed recently, the limit is 10MB, not 10KB. Try
it for yourself. I'm a little surprised the override in hivemodule.xml
isn't working for you. We have had that line in for some time and
haven't had any trouble with it. I just uploaded a 25MB image to make
sure.

We are also on 4.0.2 so the version shouldn't be a problem. What is the
problem you are experiencing when you have the line in hivemodule.xml?

Ben

-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 26, 2006 9:33 PM
To: Tapestry users
Subject: Re: Overriding the maximum file upload size

It's the default value used by commons-fileupload from jakarta, which
this
functionality is based on. You may want to ask them about it.

On 7/26/06, Murray Collingwood <[EMAIL PROTECTED]> wrote:
>
> Hi Jesse
>
> Thanks for this info.
>
> Do you think 10kb is a useful default?  This seems very small minded -
> what can you upload
> with 10kb
>
> Why not make the default limit 10mb?  We can at least make it sound as
> though Tapestry is
> an industrial strength product !  (Ohhh, wonder if this will generate
some
> fun discussion???)
>
> Cheers
> mc
>
>
>
> On 26 Jul 2006 at 21:36, Jesse Kuhnert wrote:
>
> > The error referenced in that ticket was a documentation error, it
has
> since
> > been fixed here
> > http://tapestry.apache.org/tapestry4.1/components/Upload.html .
> >
> > The 10kb vs 10 (mil?) sounds pretty annoying. I think 10kb is the
> default
> > limit. The maxSize parameter is taken in units of "byte", so maybe
it
> should
> > read "10,000" instead.
> >
>
>
> FOCUS Computing - web design
> Mob: 0415 24 26 24
> [EMAIL PROTECTED]
> http://www.focus-computing.com.au
>
>
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date:
26/07/2006
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Jesse Kuhnert
Tacos/Tapestry, team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind.

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



Re: Overriding the maximum file upload size

2006-07-26 Thread Jesse Kuhnert

It's the default value used by commons-fileupload from jakarta, which this
functionality is based on. You may want to ask them about it.

On 7/26/06, Murray Collingwood <[EMAIL PROTECTED]> wrote:


Hi Jesse

Thanks for this info.

Do you think 10kb is a useful default?  This seems very small minded -
what can you upload
with 10kb

Why not make the default limit 10mb?  We can at least make it sound as
though Tapestry is
an industrial strength product !  (Ohhh, wonder if this will generate some
fun discussion???)

Cheers
mc



On 26 Jul 2006 at 21:36, Jesse Kuhnert wrote:

> The error referenced in that ticket was a documentation error, it has
since
> been fixed here
> http://tapestry.apache.org/tapestry4.1/components/Upload.html .
>
> The 10kb vs 10 (mil?) sounds pretty annoying. I think 10kb is the
default
> limit. The maxSize parameter is taken in units of "byte", so maybe it
should
> read "10,000" instead.
>


FOCUS Computing - web design
Mob: 0415 24 26 24
[EMAIL PROTECTED]
http://www.focus-computing.com.au




--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 26/07/2006


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





--
Jesse Kuhnert
Tacos/Tapestry, team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind.


Re: Overriding the maximum file upload size

2006-07-26 Thread Murray Collingwood
Hi Jesse

Thanks for this info.

Do you think 10kb is a useful default?  This seems very small minded - what can 
you upload 
with 10kb

Why not make the default limit 10mb?  We can at least make it sound as though 
Tapestry is 
an industrial strength product !  (Ohhh, wonder if this will generate some fun 
discussion???)

Cheers
mc



On 26 Jul 2006 at 21:36, Jesse Kuhnert wrote:

> The error referenced in that ticket was a documentation error, it has since
> been fixed here
> http://tapestry.apache.org/tapestry4.1/components/Upload.html .
> 
> The 10kb vs 10 (mil?) sounds pretty annoying. I think 10kb is the default
> limit. The maxSize parameter is taken in units of "byte", so maybe it should
> read "10,000" instead.
> 


FOCUS Computing - web design
Mob: 0415 24 26 24
[EMAIL PROTECTED]
http://www.focus-computing.com.au




-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 26/07/2006


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



Re: Overriding the maximum file upload size

2006-07-26 Thread Jesse Kuhnert

The error referenced in that ticket was a documentation error, it has since
been fixed here
http://tapestry.apache.org/tapestry4.1/components/Upload.html .

The 10kb vs 10 (mil?) sounds pretty annoying. I think 10kb is the default
limit. The maxSize parameter is taken in units of "byte", so maybe it should
read "10,000" instead.

On 7/26/06, Murray Collingwood <[EMAIL PROTECTED]> wrote:


Hi all

I am using Tapestry 4.0.2

In the documentation on the 'Upload' component it mentions a default
upload size of
10,000,000 (10 million) and in brackets "10kb".  I'm not sure how that
works.  Which is
correct?

Assuming all my worst nightmares are coming true and that the limit is
10kb (although I
would much prefer a 10mb default limit) I went blindly ahead and added the
multipartdecoder
stuff to my hivemodule.xml file.  Alas it fails miserably.  All is not
lost though as I found a bug
had been reported and fixed as documented here...

http://issues.apache.org/jira/browse/TAPESTRY-995?page=all

Well, the bug is fixed for Tapestry 4.1 but there is little detail about
what the problem was and
whether it can be avoided in 4.0.2.

While I am new to Tapestry I am not new to the huge number of issues that
can result in
trying to upgrade one library in an application.

1. Is there a way of avoiding this bug in 4.0.2?

2. Is the default limit 10kb or 10mb?
PS Can the documentation be corrected for this please?

Cheers
mc


FOCUS Computing - web design
Mob: 0415 24 26 24
[EMAIL PROTECTED]
http://www.focus-computing.com.au




--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 26/07/2006


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





--
Jesse Kuhnert
Tacos/Tapestry, team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind.


Overriding the maximum file upload size

2006-07-26 Thread Murray Collingwood
Hi all

I am using Tapestry 4.0.2

In the documentation on the 'Upload' component it mentions a default upload 
size of 
10,000,000 (10 million) and in brackets "10kb".  I'm not sure how that works.  
Which is 
correct?

Assuming all my worst nightmares are coming true and that the limit is 10kb 
(although I 
would much prefer a 10mb default limit) I went blindly ahead and added the 
multipartdecoder 
stuff to my hivemodule.xml file.  Alas it fails miserably.  All is not lost 
though as I found a bug 
had been reported and fixed as documented here...

http://issues.apache.org/jira/browse/TAPESTRY-995?page=all

Well, the bug is fixed for Tapestry 4.1 but there is little detail about what 
the problem was and 
whether it can be avoided in 4.0.2.

While I am new to Tapestry I am not new to the huge number of issues that can 
result in 
trying to upgrade one library in an application.

1. Is there a way of avoiding this bug in 4.0.2? 

2. Is the default limit 10kb or 10mb?  
PS Can the documentation be corrected for this please?

Cheers
mc


FOCUS Computing - web design
Mob: 0415 24 26 24
[EMAIL PROTECTED]
http://www.focus-computing.com.au




-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 26/07/2006


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