src/main/java/com/lf/server/service/all/BaseUploadService.java
@@ -497,6 +497,16 @@ } /** * 处理目录 */ public void copePath(List<MetaFileEntity> list) { String basePath = pathHelper.getConfig().getTempPath() + File.separator; for (MetaFileEntity mf : list) { mf.setPath(mf.getPath().replace(basePath, "")); } } /** * 获取参数 * * Enumeration<String> headers = req.getHeaderNames(); * Enumeration<String> attributes = req.getAttributeNames();