html - How do I get non-ascii form data when using enctype multipart/form-data -
i have html form uses post enctype of multipart/form-data. user both able upload file , enter in additional information (in same html form).
currently input values come correctly when input fields regular ascii characters. need able handle input in non-ascii format too. how force values of input fields utf-8?
Comments
Post a Comment