|
|
@ -42,7 +42,7 @@ public class CmmFileService implements ICmmFileService {
|
|
|
|
String makePath = "";
|
|
|
|
String makePath = "";
|
|
|
|
|
|
|
|
|
|
|
|
if(files != null && files.length > 0){
|
|
|
|
if(files != null && files.length > 0){
|
|
|
|
makePath = File.separator + DateUtil.getToday("");
|
|
|
|
//makePath = File.separator + DateUtil.getToday("");
|
|
|
|
|
|
|
|
|
|
|
|
// 파일 경로 : upload root 제외
|
|
|
|
// 파일 경로 : upload root 제외
|
|
|
|
String urlPath = uploadPath + makePath;
|
|
|
|
String urlPath = uploadPath + makePath;
|
|
|
@ -64,10 +64,10 @@ public class CmmFileService implements ICmmFileService {
|
|
|
|
//Files.copy(multipartFile.getInputStream(), copyOfLocation, StandardCopyOption.REPLACE_EXISTING);
|
|
|
|
//Files.copy(multipartFile.getInputStream(), copyOfLocation, StandardCopyOption.REPLACE_EXISTING);
|
|
|
|
|
|
|
|
|
|
|
|
} catch (IOException e) {
|
|
|
|
} catch (IOException e) {
|
|
|
|
String errMsg = String.format("File Upload Error :: %s", orgFileName);
|
|
|
|
String errMsg = String.format("File Upload Error :: %s[ %s ]", e.getLocalizedMessage(), orgFileName);
|
|
|
|
//TODO : 에러처리
|
|
|
|
//TODO : 에러처리
|
|
|
|
//return RestError.of(String.format("File Upload Error :: %s", orgFileName));
|
|
|
|
//return RestError.of(String.format("File Upload Error :: %s", orgFileName));
|
|
|
|
AssertUtils.isTrue(false, String.format("File Upload Error :: %s", orgFileName));
|
|
|
|
AssertUtils.isTrue(false, errMsg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|