历史更新记录: 2005-08-1 创建此类型
160161162163164165166167168
return fileUpload; } String contentType = request.getContentType(); if (contentType != null && contentType.toLowerCase().indexOf("multipart/form-data") != -1) { fileUpload = new FileUpload(request.getSession().getServletContext(), this); } return fileUpload; }