//对文件名做如下转码,即可得到文件名:
 new String(multipartFile.getOriginalFilename().getBytes("ISO-8859-1"), "UTF-8");

  

相关文章: