|
|
|
@ -97,7 +97,7 @@ public class UtilsController {
|
|
|
|
|
// if (!dest.getParentFile().exists()) {
|
|
|
|
|
// dest.getParentFile().mkdirs();
|
|
|
|
|
// }
|
|
|
|
|
file.transferTo(dest);
|
|
|
|
|
// file.transferTo(dest);
|
|
|
|
|
|
|
|
|
|
res.put("fileUrl", "/upload/" + newFileName);
|
|
|
|
|
res.put("fileName", fileName);
|
|
|
|
|