In Tapestry 4 how do I configure the multipart decoder? I know its in hivemodule.xml but I don't know the exact contribution I need. For example in my Tapestry 3 app I used the following to configure the max size of an uploaded file::

   <extension name="org.apache.tapestry.multipart-decoder"
     class="org.apache.tapestry.multipart.DefaultMultipartDecoder">
   <configure property-name="maxSize" type="double" value="-1"/>
 </extension>

scott.
--

Scott F. Walter         Scott F. Walter
Principal Consultant
Vivare, Inc.

E: [EMAIL PROTECTED]
E: [EMAIL PROTECTED]
Visit scottwalter.com <http://scottwalter.com> --Point.  Click.  Explore!




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

Reply via email to