Merge branch 'rosewiper'
This commit is contained in:
commit
fd984acf6d
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user