public ResponseEntityObject download1String filename HttpServletRequest req throws Exception String path = getfilePathreq upload; Systemoutprintlnpath; File file = new Filepath+Fileseparator+filen
<p>public ResponseEntity<Object> download1(String filename, HttpServletRequest req) throws Exception
{
String path = getfilePath(req, "upload");
System.out.println(path);
File file = new File(path</p>