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

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -