Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 25598 invoked from network); 31 Mar 2004 00:01:04 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 31 Mar 2004 00:01:04 -0000 Received: (qmail 34161 invoked by uid 500); 31 Mar 2004 00:00:44 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 34145 invoked by uid 500); 31 Mar 2004 00:00:44 -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 34131 invoked from network); 31 Mar 2004 00:00:44 -0000 Received: from unknown (HELO ?209.216.210.54?) (209.216.210.54) by daedalus.apache.org with SMTP; 31 Mar 2004 00:00:44 -0000 Received: from mail.syntricity.com by [209.216.210.54] via smtpd (for daedalus.apache.org [208.185.179.12]) with ESMTP; Tue, 30 Mar 2004 16:00:51 -0800 Received: from firewallsd.syntricity.com (firewallsd.syntricity.com [209.216.210.57]) by mail.syntricity.com (8.11.0/8.11.0) with SMTP id i2V00TM12768 for ; Tue, 30 Mar 2004 16:00:29 -0800 Received: from no.name.available by firewallsd.syntricity.com via smtpd (for mail.syntricity.com [209.216.210.58]) with ESMTP; Tue, 30 Mar 2004 16:00:29 -0800 From: "Bill Simpson" To: Subject: Large File Upload with fileupload 1.0 {Scanned} Date: Tue, 30 Mar 2004 16:02:59 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-Syntricity-MailScanner-Information: Please contact the ISP for more information X-Syntricity-MailScanner: Found to be clean X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello All, I read through the archives for this issue but did not find any answers that really solved my problem. I also thought I might be able to shed a little more light on the problem. I am seeing issues when I upload large files, where large is an arbitrary size, but let's say it's greater than 10MB. Does not matter if the data is binary or otherwise. The upload request never comes back until the request times out. A log entry is emitted with the following exception: org.apache.commons.fileupload.FileUploadException: Processing of multipart/form-data request failed. Connection reset at org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.jav a:429) I see the above when I'm patient enough to let it timeout. I've also seen: org.apache.commons.fileupload.FileUploadException: Processing of multipart/form-data request failed. Stream ended unexpectedly at org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.jav a:429) I'm using commons-fileupload-1.0.jar in a servlet inside Tomcat 5.0.19 on Solaris. My client is IE 6 on Windows 2K Professional. When I upload a small file, it works fine, but as soon as I reach what I call the "large" realm, it fails as above. When I change the server configuration to a Windows environment and keep everything else the same, it works fine. When I use the Solaris version and Mozilla on Windows, it works fine. This problem only seems to exist with the specific case of IE against Solaris. I hope I've shed a little more light on this problem. I don't think it's a data size issue, as I also happen to have a CGI component that does file uploads (which I'm trying to replace with commons-fileupload), and it works (albeit horribly slowly/memory inefficiently). I appreciate any feedback on this, as I'm trying to ship a release of our software next week. Thanks, Bill --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org