使用commons fileupload 文件上传表单控件值乱码问题的解决 尝试许多方法解决都无效,最终的解决办法是 使用 org.apache.commons.fileupload组件里的一个方法: String value = fileItem.getString("UTF-8") ;