Re: Uploading Files Larger than 2GB

2008-05-04 Thread Christopher Schultz

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

hoffmandirt wrote:
| I tried with IE6, IE7, and Firefox 2.0.0.14 and no luck with any of them.

One more thing: what JVM are you using? I seem to recall some problems
with IBM's 32-bit JVM running on a 64-bit OS having problems with large
file sizes.

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgdrVsACgkQ9CaO5/Lv0PBjkgCghKgVUiGgjQ7/Jf6IjOZJggOS
X3YAoItXUtqr8HaMEpkx/d3kNgFXIu1v
=7nLp
-END PGP SIGNATURE-

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Uploading Files Larger than 2GB

2008-05-02 Thread Peter Crowther
 From: hoffmandirt [mailto:[EMAIL PROTECTED]
 I get an error anytime I try to upload a file that is
 greater than 2GB.

There was a thread on this fairly recently, as I recall, in which it was found 
that Internet Explorer had a 2G upload limit.  What browser or tool are you 
testing with?

- Peter

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Uploading Files Larger than 2GB

2008-05-02 Thread hoffmandirt

I tried with IE6, IE7, and Firefox 2.0.0.14 and no luck with any of them.
-- 
View this message in context: 
http://www.nabble.com/Uploading-Files-Larger-than-2GB-tp16996471p17019824.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Uploading Files Larger than 2GB

2008-05-01 Thread hoffmandirt

I am having trouble with a JSP/Spring application that allows users to upload
files.  I am running Tomcat 6.0.14 and I am utilizing commons file upload
1.2.  I get an error anytime I try to upload a file that is greater than
2GB. I set serverFileUpload.setFileSizeMax() to Long.MAX_VALUE and that
doesn't work.  Is this a browser limitation or a Tomcat limitation?  Can I
get around it without creating an applet or using some sort of ftp service? 
The application is hosted on a Windows 2003 64 bit server.

Thanks!
-- 
View this message in context: 
http://www.nabble.com/Uploading-Files-Larger-than-2GB-tp16996471p16996471.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]