Author: bleathem
Date: 2011-11-07 17:22:57 -0500 (Mon, 07 Nov 2011)
New Revision: 22903
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Rich_inputs.xml
Log:
RFPL-1490: Fixed the org.richfaces.fileUpload.maxRequestSize context-param in the docs
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Rich_inputs.xml
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Rich_inputs.xml 2011-11-07
22:05:58 UTC (rev 22902)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Rich_inputs.xml 2011-11-07
22:22:57 UTC (rev 22903)
@@ -1236,7 +1236,7 @@
Files are uploaded to either the temporary folder (different for each operating
system) or to <acronym>RAM</acronym> (random-access memory), depending on the
value of the <parameter>org.richfaces.fileUpload.createTempFiles</parameter>
context parameter of the <filename>web.xml</filename> settings file for the
project. If the parameter is set to <literal>true</literal>, the files are
uploaded to the temporary folder.
</para>
<para>
- To limit the maximum size of the uploaded files, define the byte size with the
<parameter>org.richfaces.fileUpload.maxRequestSizes</parameter> context
parameter of the <filename>web.xml</filename> settings file for the project.
+ To limit the maximum size of the uploaded files, define the byte size with the
<parameter>org.richfaces.fileUpload.maxRequestSize</parameter> context
parameter of the <filename>web.xml</filename> settings file for the project.
</para>
</section>
Show replies by date