DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18545>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18545 can not upload a file size greater than 2 G on tomcat4/linux [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-04-04 16:19 ------- I assume you are referring to the example webapp 'struts-upload.war' included with the Struts binary distribution: In the config file 'struts-config.xml' you can find the following entry: ... <!-- 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" /> ... This limits the filesize to a maximum of 2 MB. Try changing this value to allow for bigger uploads. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]