Andy Savin wrote:
There appears to be a size limit set on uploaded assets (failed to upload
a 300k image, claiming it was too large) in lenya 1.4.  I can't seem to
find where this is set.  Could someone let me know where this limit is set
and if there was a particular reason why it was set to its current level?

There's an init parameter of the cocoon servlet, check the Lenya's web.xml. What is strange is that its default value is 10mb.

    <!--
      Specify maximum allowed size of the upload. Defaults to 10 Mb.
      Set here to a very low 100 kb to allow samples to run.
    -->
    <init-param>
      <param-name>upload-max-size</param-name>
      <param-value>102400</param-value>
    </init-param>

HTH,
Damjan S. Vujnovic

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

Reply via email to