Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 2338 invoked from network); 3 Jun 2008 00:29:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jun 2008 00:29:01 -0000 Received: (qmail 81743 invoked by uid 500); 3 Jun 2008 00:29:01 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 81693 invoked by uid 500); 3 Jun 2008 00:29:01 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 81679 invoked by uid 99); 3 Jun 2008 00:29:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2008 17:29:01 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mfncooper@gmail.com designates 209.85.198.241 as permitted sender) Received: from [209.85.198.241] (HELO rv-out-0708.google.com) (209.85.198.241) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jun 2008 00:28:09 +0000 Received: by rv-out-0708.google.com with SMTP id k29so1477858rvb.30 for ; Mon, 02 Jun 2008 17:28:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=3qsMWLcLR39VV+RJKXAuAqw6h480IA1GWio9msBin6I=; b=kmZxlzotmWz9hvJQvI2We1q+nnyz/uTRa2yYaSM+VF/4jHoyxUu+u4Gvhq1sBVmfbol4vmmBSCP6CX4FP0is/xugRIWT17/fopvatK4Z6caOKMyYQtXAwnNI1Nu2RRWXLkGB2nOAD/GeXnAh1OUGlL8fV7d/HqBelMnHzVEtJNI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=HV5FiJ392EZEJLK2QdDLcMQ8z/1Vmi5HYCcbCNpMRKt+n7hVVod/P0B4euXM4Jjk7tJP+rh9BNuYMlw/Om5rN+tKYCpMlJ1EJSAoYUx8iaPH4N1KpsmLy3x+OWE+6rXD3dfh7iBkcfXvoUDc2PQcm9or+fhqiWFtGX/EP1IeVX8= Received: by 10.114.36.4 with SMTP id j4mr2378950waj.156.1212452906160; Mon, 02 Jun 2008 17:28:26 -0700 (PDT) Received: by 10.115.109.16 with HTTP; Mon, 2 Jun 2008 17:28:26 -0700 (PDT) Message-ID: <16d6c6200806021728p835d4eaw66104d3036934743@mail.gmail.com> Date: Mon, 2 Jun 2008 17:28:26 -0700 From: "Martin Cooper" Sender: mfncooper@gmail.com To: "Commons Users List" Subject: Re: FileUpload - ServletFileUpload.parseRequest() returning empty list In-Reply-To: <2FA00D4CBAE442AFA2AB2E172B742C14@ra> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_12643_11956466.1212452906148" References: <2FA00D4CBAE442AFA2AB2E172B742C14@ra> X-Google-Sender-Auth: 6b924d793e2e00de X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_12643_11956466.1212452906148 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Mon, Jun 2, 2008 at 4:36 PM, Mircea Zahan wrote: > Hi everybody. > > Maybe this question has been already asked, but since there is no mail > archive search facility Huh? http://mail-archives.apache.org/ http://commons.markmail.org/ http://www.mail-archive.com/user@commons.apache.org/ http://marc.info/?l=jakarta-commons-user&r=1&w=2 http://www.nabble.com/Commons---User-f319.html http://dir.gmane.org/gmane.comp.jakarta.commons.user None of those work for you?? > ,I will ask it (again?). > > I copy-pasted (for the sake of corectness) the code > from the tutorial in my own servlet's doPost method: > > FileItemFactory factory = new DiskFileItemFactory(); > ServletFileUpload upload = new ServletFileUpload(factory); > List items = upload.parseRequest(request); > > > Before jumping, I did read the FAQ. The first question there > is my issue. But it has an answer which is vague at best. > "This most commonly happens when the request has already > been parsed, or processed in some other way". > Well, my tomcat is .... naked. It has no filters, no other servlets. > Who could steal my files? I'm cooking my brains on this since > yesterday with no luck. :( > > > Any suggestion is appreciated. Well, you haven't told us what you have already tried, what you have verified, and what approach you have taken to tracking down the problem, so we wouldn't really know where to start with helping you out. -- Martin Cooper > Thank you in advance, > Mircea. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org > For additional commands, e-mail: user-help@commons.apache.org > > ------=_Part_12643_11956466.1212452906148--