You should test to see what getFileSizeMax() & getSizeMax() show? If
it's smaller than you need try setting getSizeMax().

Also, file size limits could also be set at the OS level, and can also
depend on the filesystem being used.

Luck
Mick



-----Original Message-----
From: Kumar Kadiyala [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 22, 2008 10:50 AM
To: [email protected]
Subject: problem with files > 2G

Hi,

I am using commons fileupload v1.2.1 and commons io v1.3.2. I have used
the sample code on the commons fileupload site in my servlet. I am able
to upload files as large as 1.8G but if I try to upload a file > 2G, the
upload fails. Specifically, the method parseRequest is returning an
empty list of items. 

List items = upload.parseRequest(i_request);

I have not used
upload.setSizeMax(yourSize);
as I wanted to go with the default of -1. 

What am I missing? Help appreciated

Kumar



      

---------------------------------------------------------------------
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]

Reply via email to