A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.
-Douglass Adams
------------------------------------------------------------------------
____________
| __________ |\\ ......................................
|| 0 0 || | . . Edward Patterson (President) . .
|| J || | . . Milwaukee Computer Club (MCC) . .
|| [___] || | . . Quantum Tech Design, inc. . .
||__________|| | . . Milwaukee, WI 53206 . .
| __________ | | . . 414-933-7823 . .
| ______==== | | . . [EMAIL PROTECTED] . .
| __________ | | . .................................. .
|____________|/ . .....................................
. . ........ . . .
. . . . . . .
. . . . . . .
. . . . . . .
. . . . . .






From: "Matthias Wessendorf" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Subject: RE: FormFile NULL when uploading large file
Date: Sat, 3 Jan 2004 00:16:41 +0100

Hi,

the default size in Class
org.apache.struts.config.ControllerConfig

is:
    /**
     * The maximum file size to process for file uploads.
     */
    protected String maxFileSize = "250M";


perhaps in struts-config this will help: <controller maxFileSize="2G" /> greetings

matthias


-----Original Message----- From: Ling Wu [mailto:[EMAIL PROTECTED] Sent: Friday, January 02, 2004 7:44 PM To: [EMAIL PROTECTED] Subject: FormFile NULL when uploading large file


Hi, � I have a problem when uploading large file using FormFile. It works fine with modest sized file. But when the file size goes�to 1GB, the FormFile returned from PropertyUtils.getSimpleProperty(...) is null. Does anyone know�the reason behind this? Is there any file size limit with FormFile? � Thanks. Ling



__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Check your PC for viruses with the FREE McAfee online computer scan. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to