Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 60802 invoked from network); 14 Dec 2004 06:07:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Dec 2004 06:07:37 -0000 Received: (qmail 70168 invoked by uid 500); 14 Dec 2004 06:07:26 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 70126 invoked by uid 500); 14 Dec 2004 06:07:26 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 70110 invoked by uid 99); 14 Dec 2004 06:07:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of mfncooper@gmail.com designates 64.233.184.207 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.207) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 13 Dec 2004 22:07:23 -0800 Received: by wproxy.gmail.com with SMTP id 69so825048wri for ; Mon, 13 Dec 2004 22:07:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=LDJlwO1vozdNnDTWuw34QBhAvJJKYkMqIu4pQrBQtff6u21PpxeNKVpzf8CmhEU/dRT+gm+BwdC4ZJ0MQ1ZIkZeUDzMU9T/d98KTx/PQw8gXnnmRZphBAv7bMo1F+VXPErTrP9zLsHUMchlPG4vzCD9CfVHnb2+oIZdp+nCVZz4= Received: by 10.54.47.62 with SMTP id u62mr1857206wru; Mon, 13 Dec 2004 22:07:20 -0800 (PST) Received: by 10.54.57.44 with HTTP; Mon, 13 Dec 2004 22:07:20 -0800 (PST) Message-ID: <16d6c62004121322075579c6c6@mail.gmail.com> Date: Mon, 13 Dec 2004 22:07:20 -0800 From: Martin Cooper Reply-To: Martin Cooper To: Jakarta Commons Users List Subject: Re: any file size limit to upload? In-Reply-To: <20041213171309.37425.qmail@web54409.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <2020148086B40D49AA36BDA4EE930E6412AF6F@tardis.isell.local> <20041213171309.37425.qmail@web54409.mail.yahoo.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N There is no limit imposed by Commons FileUpload, other than any limit you configure via the sizeMax property. The message you are seeing, though, suggests that the problem may be a request timeout issue, rather than a FileUpload one. -- Martin Cooper On Mon, 13 Dec 2004 09:13:09 -0800 (PST), Joe Smith wrote: > > I implemented file upload mechanism using Apache's common file upload. Everything is fine and I am able to do the file upload. However, I just tried attaching a file (12MB in size) and got this message "page can not be displayed" in the web browser. I have no idea what's going on. The code should be fine, because I tested different file size up to 2MB. Any ideas? Is there a file size limit? > > Please advise. Thanks!! > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org