|
@@ -114,6 +114,7 @@ public class FileUtils {
|
|
String newFilename = fileName + "." + format;
|
|
String newFilename = fileName + "." + format;
|
|
|
|
|
|
String returnPath = (path.endsWith("/") ? path : path + "/") + newFilename;
|
|
String returnPath = (path.endsWith("/") ? path : path + "/") + newFilename;
|
|
|
|
+
|
|
System.out.println("上传文件路径>>>>>>>"+ returnPath);
|
|
System.out.println("上传文件路径>>>>>>>"+ returnPath);
|
|
String filePath = fileBasePath + returnPath;
|
|
String filePath = fileBasePath + returnPath;
|
|
|
|
|