|
|
@ -178,7 +178,7 @@ public class Mngt03Controller extends ApplicationController {
|
|
|
|
|
|
|
|
|
|
|
|
private Map<String, String> uploadForSgg(MultipartFile mf, String sggCd, String fileSe){
|
|
|
|
private Map<String, String> uploadForSgg(MultipartFile mf, String sggCd, String fileSe){
|
|
|
|
Map<String,String> newFileInfoMap = new HashMap<>();
|
|
|
|
Map<String,String> newFileInfoMap = new HashMap<>();
|
|
|
|
String workDirPath = "files/etc/"+fileSe;
|
|
|
|
String workDirPath = "files/attachment/etc/"+fileSe;
|
|
|
|
|
|
|
|
|
|
|
|
String ext = FilenameUtils.getExtension(mf.getOriginalFilename());
|
|
|
|
String ext = FilenameUtils.getExtension(mf.getOriginalFilename());
|
|
|
|
String fileName = sggCd+"."+ext;
|
|
|
|
String fileName = sggCd+"."+ext;
|
|
|
|