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]