Merge branch 'rosewiper'

This commit is contained in:
rosewiper 2023-10-11 12:51:49 +09:00
commit fd984acf6d

View File

@ -158,7 +158,8 @@ public class EgovFileDownloadController {
String mimetype = "application/x-msdownload"; String mimetype = "application/x-msdownload";
response.setContentType(mimetype); response.setContentType(mimetype);
setDisposition(fvo.getOrignlFileNm(), request, response); //String orignlFileNm = fvo.getOrignlFileNm().replace(",", "_");
setDisposition(fvo.getOrignlFileNm().replace(",", "_"), request, response);
//response.setContentLength(fSize); //response.setContentLength(fSize);
BufferedInputStream in = null; BufferedInputStream in = null;