Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 17546 invoked from network); 27 Jun 2006 15:43:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jun 2006 15:43:49 -0000 Received: (qmail 87653 invoked by uid 500); 27 Jun 2006 15:43:46 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 87558 invoked by uid 500); 27 Jun 2006 15:43:46 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 87547 invoked by uid 99); 27 Jun 2006 15:43:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jun 2006 08:43:45 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [146.203.100.23] (HELO egress-2.mssm.edu) (146.203.100.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jun 2006 08:43:44 -0700 Received: from CONVERSION-DAEMON.egress-2.mssm.edu by egress-2.mssm.edu (PMDF V6.2-1 #31335) id <0J1I00801ZOCPA@egress-2.mssm.edu> for commons-dev@jakarta.apache.org; Tue, 27 Jun 2006 11:43:24 -0400 (EDT) Received: from [127.0.0.1] ([10.1.21.137]) by egress-2.mssm.edu (PMDF V6.2-1 #31335) with ESMTP id <0J1I005OTZOBUD@egress-2.mssm.edu> for commons-dev@jakarta.apache.org; Tue, 27 Jun 2006 11:43:24 -0400 (EDT) Date: Tue, 27 Jun 2006 11:43:49 -0400 From: Edwin Ramirez Subject: FileUpload form field issue To: commons-dev@jakarta.apache.org Message-id: <44A15235.5090008@mssm.edu> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060516 SeaMonkey/1.0.2 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, I've started using the fileUpload component to handle form submissions containing files. I am following a very simple example and everything is working as expected. However, it seems that multi-value form elements are not handled properly. For example, the select tag such as:
will only retrieve the last item selected. I am using the getString() method of the FileItem interface. Is there another method which returns an array of values? Thanks, -- Edwin S. Ramirez Senior Developer Mount Sinai Medical Center Information Technology 212-659-5614 --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org