<div dir="ltr">Hi,<div><br></div><div>did somebody ever use a form submitting text fields as well as file input fields (images) ?</div><div>I don't get it to work with UTF-8 text fields, means: special characters get scrambled and can not be retrieved correctly on the server side (java).</div>
<div><br></div><div><form name="form" method="post" enctype="multipart/form-data"><br></div><div>  <input name="title" type="text"/></div><div>  <input type="file" name="image"></input></div>
<div></form></div><div><br></div><div>So if you enter "Liebe Grüsse" into the title field, you get something scrambled on the server side.</div><div><br></div><div>If you know how to solve it within Yanel, please share your code :-) Thanks!<br>
Cheers, Bas</div></div>