06.07.09
von patrick
Apache Commons Upload and UTF-8
In the past we had a little problem with the Apache Commons Fileupload lib and UTF-8 parameter. A simple property will fix the problem:
ServletFileUpload upload = new ServletFileUpload(DFIFactoryToUpload);
upload.setHeaderEncoding("UTF-8");
upload.setHeaderEncoding("UTF-8");
Keine Kommentare
Also werde Erster ;-)
Einen Kommentar schreiben