Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 2883 invoked from network); 11 Apr 2005 04:48:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Apr 2005 04:48:17 -0000 Received: (qmail 50896 invoked by uid 500); 11 Apr 2005 04:48:10 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 49910 invoked by uid 500); 11 Apr 2005 04:48:05 -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 49876 invoked by uid 99); 11 Apr 2005 04:48:05 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of dakota.jack@gmail.com designates 64.233.184.197 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.197) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 10 Apr 2005 21:48:05 -0700 Received: by wproxy.gmail.com with SMTP id 37so1793710wra for ; Sun, 10 Apr 2005 21:48:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=h+5Ja2E4Hm30N6pRdUCR3HyAqemBjQ82VhopTezrBRa4aow3ZwyfxsTXrq8KYFXRBfT4nJqOORZcJUIDEZ5DxzgAY9yFYSrgSZZX8QfcU8IXCBWFnH/KFqtIVHwaDJvCwj1F23xFdj3092tOzFiOnBOsxQOrzJZn5H4cSLQ1fNc= Received: by 10.54.34.64 with SMTP id h64mr3702780wrh; Sun, 10 Apr 2005 21:48:03 -0700 (PDT) Received: by 10.54.48.51 with HTTP; Sun, 10 Apr 2005 21:48:03 -0700 (PDT) Message-ID: Date: Sun, 10 Apr 2005 21:48:03 -0700 From: Dakota Jack Reply-To: Dakota Jack To: Jakarta Commons Developers List , Jakarta Commons Users List Subject: [PATCH] [fileupload] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Add if(fileName != null) { fileName = new java.io.File(fileName).getName(); } to the "protected String getFileName(Map headers)" method of FileUploadBase so that all the names will be the same for each of the browsers. IE now gives the absolute file path as the file name, unlike, e.g. Firefox and Netscape. Jack -- "You can lead a horse to water but you cannot make it float on its back." ~Dakota Jack~ --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org