ascii form data when using enctype multipart/form

I have a HTML form that uses POST with an enctype of multipart/form-data. I would like for the user to both be able to upload a file and enter in some additional information (in the same HTML form).

Currently the input values only come back correctly when the input fields are regular ascii characters. I need to be able to handle input that is in non-ascii format too. How do I force the values of the input fields to be UTF-8?

链接地址: http://www.djcxy.com/p/64190.html

上一篇: Java servlet:与multipart / form相关的问题

下一篇: ascii使用enctype multipart / form时形成数据