fi.write(file);
out.println("filepath"+file.getAbsolutePath());
System.out.println("above is actual paht and bellow are replace path");
String proPic = file.getAbsolutePath();
HPIUGS.setImageName(proPic);
System.out.println(HPIUGS.getImageName());
out.println("Uploaded Filename: " + fileName + "<br>");
out.println(filePath);
Output :
C:\Users\Peado Inffitech 5\Desktop\eclipse\jsp\UsersPanel\upload\uploadsPenguins.jpg
where I change to get output as:
/jsp/UsersPanel/upload/uploadsPenguins.jpg