germuska 2004/05/15 16:38:02 Modified: xdocs/userGuide configuration.xml Log: for "controller configuration", details of the "memFileSize" attrigute were missing; copied text from conf/share/struts-config_1_2.dtd Revision Changes Path 1.3 +10 -0 jakarta-struts/xdocs/userGuide/configuration.xml Index: configuration.xml =================================================================== RCS file: /home/cvs/jakarta-struts/xdocs/userGuide/configuration.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- configuration.xml 20 Apr 2004 11:26:51 -0000 1.2 +++ configuration.xml 15 May 2004 23:38:02 -0000 1.3 @@ -167,6 +167,16 @@ </li> <li> + <strong>memFileSize</strong> - The maximum size (in bytes) of a file whose + contents will be retained in memory after uploading. Files larger than this + threshold will be written to some alternative storage medium, typically + a hard disk. Can be expressed as a number followed by a "K", "M", or + "G", which are interpreted to mean kilobytes, megabytes, or gigabytes, + respectively. + [256K] (optional) + </li> + + <li> <strong>multipartClass</strong> - The fully qualified Java class name of the multipart request handler class to be used with this module. [org.apache.struts.upload.CommonsMultipartRequestHandler] (optional)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]