Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 66203 invoked from network); 2 May 2008 02:45:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 May 2008 02:45:19 -0000 Received: (qmail 46785 invoked by uid 500); 2 May 2008 02:45:08 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 46757 invoked by uid 500); 2 May 2008 02:45:08 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 46744 invoked by uid 99); 2 May 2008 02:45:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 May 2008 19:45:08 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2008 02:44:15 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JrlGF-0000F0-Lz for users@tomcat.apache.org; Thu, 01 May 2008 19:44:35 -0700 Message-ID: <16996471.post@talk.nabble.com> Date: Thu, 1 May 2008 19:44:35 -0700 (PDT) From: hoffmandirt To: users@tomcat.apache.org Subject: Uploading Files Larger than 2GB MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: dpolites@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org 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: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org