Author: andrei_exadel
Date: 2008-02-21 11:50:40 -0500 (Thu, 21 Feb 2008)
New Revision: 6265
Modified:
trunk/sandbox/samples/fileUploadDemo/src/main/webapp/WEB-INF/web.xml
Log:
set up 100 MB max file size in demo version
Modified: trunk/sandbox/samples/fileUploadDemo/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/sandbox/samples/fileUploadDemo/src/main/webapp/WEB-INF/web.xml 2008-02-21
16:49:10 UTC (rev 6264)
+++ trunk/sandbox/samples/fileUploadDemo/src/main/webapp/WEB-INF/web.xml 2008-02-21
16:50:40 UTC (rev 6265)
@@ -35,7 +35,11 @@
<param-name>createTempFiles</param-name>
<param-value>true</param-value>
</init-param>
- </filter>
+ <init-param>
+ <param-name>maxRequestSize</param-name>
+ <param-value>100000000</param-value>
+ </init-param>
+ </filter>
<!--
<filter>
Show replies by date