Hi.
There's no need to change the enctype to make this work. Just set
URIEncoding="UTF-8" on your <Connector> element in server.xml.
Martin
marcopar wrote:
In data Wed, 10 May 2006 08:50:03 -0400, Jesse Kuhnert ha scritto:
That is indeed odd.
If you can provide me a use case where you need the Form component to
support having the multipart attribute set ~not~ using the Upload component
I can be more helpful.
basically i'm trying to post some utf-8 without success, the full story is
here:
http://thread.gmane.org/gmane.comp.java.tapestry.user/35978/focus=35978
the idea of the form enctype attribute comes from here:
http://thread.gmane.org/gmane.comp.java.tapestry.user/13937/focus=13940
and is somewhat "encouraged" by this document:
http://www.w3.org/TR/html4/interact/forms.html#form-content-type
"The content type "application/x-www-form-urlencoded" is inefficient for
sending large quantities of binary data or text containing non-ASCII
characters. The content type "multipart/form-data" should be used for
submitting forms that contain files, non-ASCII data, and binary data."
ciao
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]