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");
... writes about the Internet of Things, Agile Software Development and Photography
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");