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

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -