// 文件上传类的判断
String contentType = controller.getRequest().getContentType();
if(contentType !=null && contentType.toLowerCase().contains("multipart")){
controller.getFile();
}
// 文件上传类的判断
String contentType = controller.getRequest().getContentType();
if(contentType !=null && contentType.toLowerCase().contains("multipart")){
controller.getFile();
}