Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 96571 invoked from network); 16 Jan 2005 09:07:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Jan 2005 09:07:10 -0000 Received: (qmail 17183 invoked by uid 500); 16 Jan 2005 09:07:04 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 17140 invoked by uid 500); 16 Jan 2005 09:07:04 -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 17126 invoked by uid 99); 16 Jan 2005 09:07:04 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of gcjcu-commons-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from main.gmane.org (HELO main.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 16 Jan 2005 01:07:02 -0800 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Cq6N6-0003JH-00 for ; Sun, 16 Jan 2005 10:06:56 +0100 Received: from pd9e4ddd4.dip.t-dialin.net ([217.228.221.212]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Jan 2005 10:06:56 +0100 Received: from andreas by pd9e4ddd4.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Jan 2005 10:06:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: commons-user@jakarta.apache.org From: Andreas Schildbach Subject: Re: Beta Release of FileUpload 1.1? Date: Sun, 16 Jan 2005 10:08:36 +0100 Lines: 21 Message-ID: <41EA2F14.40207@schildbach.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd9e4ddd4.dip.t-dialin.net User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en In-Reply-To: Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Dakota Jack wrote: > Just out of curiosity, Andreas, since you have a choice in whether the > request is a post or a get, what difference does this make? Like I > said, just curious what the problem is. Well, I need/want my application to accept all unicode characters in a form input from the user. The application should be compatible to all modern browsers (IE 5.0 and up, all Gecko-based, Opera, ...). It is my understanding that this is possible only with the multipart/form-data encoding, not with the default application/x-www-form-urlencoded encoding. Am I correct? Finally, it is my understanding that I can only use multipart/form-data encoding together with the POST method, not with the GET method? Is this true? Regards, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org