IE和Chrome的在文件上传中的区别Why does FileItem.getName() return the whole path, and not just the f
IE和Chrome的在文件上传中的区别
String fileName = item.getName(); if (fileName != null) { filename = FilenameUtils.getName(filename); } IE和Chrome的在文件上传中的区别
String fileName = item.getName(); if (fileName != null) { filename = FilenameUtils.getName(filename); }