No, I have a custom Java client that uploads. Sorry I didn't make that
clear. It uses the Apache Commons HTTP library to do the upload. I
think I've posted other emails with example code to this list as well if
you're interested.
I can't try it with straight browser because we have other things
required in the call to upload. So I can't be much help there...could
definitely be client bound...
Andrew
Aaron Freeman wrote:
You are able to transfer files larger than 2GB using IE and FireFox as a
client, with FileUpload 1.2?
Aaron
-----Original Message-----
From: Andrew [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 05, 2007 2:39 PM
To: Jakarta Commons Users List
Subject: Re: [FileUpload] files greater than 2 GB
That doesn't stop you from uploading a file larger than 2GB
though. You must use fileupload 1.2. 1.1 relies on the
content length being set if I remember right. But I use
FileUpload 1.2 and JBoss (which uses
tomcat) and we upload 10GB files today over https.
Andrew
Martin Cooper wrote:
The limitation is in the Servlet spec: The getContentLength method
returns an 'int'.
--
Martin Cooper
On 6/5/07, Mark Webb <[EMAIL PROTECTED]> wrote:
Is there a limitation in tomcat that limits files to 2 GB?
I would
like to write a servlet that will be accepting files
larger than 2 GB
using the 64 bit JDK.
TIA
--
..Cheers
Mark
---------------------------------------------------------------------
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]