craigmcc 02/03/13 16:33:04 Modified: web/upload/WEB-INF struts-config.xml Log: Modify the order of the elements in struts-config.xml to match the DTD. Revision Changes Path 1.5 +6 -4 jakarta-struts/web/upload/WEB-INF/struts-config.xml Index: struts-config.xml =================================================================== RCS file: /home/cvs/jakarta-struts/web/upload/WEB-INF/struts-config.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- struts-config.xml 6 Mar 2002 19:39:09 -0000 1.4 +++ struts-config.xml 14 Mar 2002 00:33:04 -0000 1.5 @@ -7,10 +7,6 @@ <struts-config> - <!-- This is where you set the maximum file size for your file uploads. -1 is an unlimited size. If you - don't specify this here, it defaults to -1. --> - <controller maxFileSize="2M" /> - <form-beans> <form-bean name="uploadForm" type="org.apache.struts.webapp.upload.UploadForm"/> @@ -26,4 +22,10 @@ </action> </action-mappings> + + <!-- This is where you set the maximum file size for your file uploads. + -1 is an unlimited size. If you + don't specify this here, it defaults to -1. --> + <controller maxFileSize="2M" /> + </struts-config>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>