今天在做文件上传过程中遇到的问题如下 The method parseRequest(RequestContext) in the type FileUploadBase is not applicable for the arguments (HttpServletRequest) 这个是由于tomcat内置的fileupload组件对版本不一致问题导致的; 解决方法的贴Fileupl
The method parseRequest(RequestContext) in the type FileUploadBase is not applicable for the arguments (HttpServletRequest) 原因是导入包错误 默认导入的是 import org.apache.tomcat.util.http.fileupload.FileItem; imp