[enhydra] Problem with UTF-8 and POST method in EE 6.3

Lofi Dewanto <[email protected]> Wed, 31 Aug 2005 14:45:02 +0200
Newsgroups gmane.comp.java.enhydra.general
Message-ID <[email protected]>
This is a multi-part message in MIME format...

------------=_1125492236-10599-98
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 8bit

Hi All,

I have a problem with UTF-8 with German chars like
üäßö with HTML forms (POST method) with Enhydra Enterprise 6.3.
My HTML forms always send wrong characters to the server...

There is no problem with GET method and UTF-8. Everything
work well...

Here is the HTML file:
...
<form method="post" action="MainPageOfDiscussionForAssistant.html"
name="FileUpload" id="FormMethod" enctype="multipart/form-data;
charset=utf-8">
...

And I'm using this class to handle the MultipartMime:
...
MultipartMimeInput mime = new MultipartMimeInput(input, contentHdr);
...

Can some UTF experts tell me how to handle POST method (with upload
file and UTF-8) within Enhydra?

Any helps are really appreciated!

Thanks a lot!
-- 
---------------------------------------------------
Blasius Lofi Dewanto
---------------------------------------------------
OpenUSS - Open University Support System
http://openuss.sourceforge.net
---------------------------------------------------
E-Mail   : [email protected]
---------------------------------------------------





------------=_1125492236-10599-98
Content-Type: text/plain; name="message-footer.txt"
Content-Disposition: inline; filename="message-footer.txt"
Content-Transfer-Encoding: 8bit


--
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

------------=_1125492236-10599-98--