DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=20838>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=20838 Add a new property maxFileSize to control a size of separate uploaded file but not a whole request ------- Additional Comments From [EMAIL PROTECTED] 2004-08-20 00:49 ------- We've done something like this (in our own FileItem implementation). In particular, we want to continue parsing the remaining items even if one item is a huge file, so we implemented our own FileItem that contains an OutputStream wrapper that keeps track of the file size but doesn't keep any data for a file that is too big. Other parts of the system can then see that a file was uploaded, along with its filename and even its size, but none of the data. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
