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