I have certain piece of code which helps me to save the image on server. I need to know how to display the saved image on div.
JSP CODE:
<%Str
fileName = new File("D:/../images/"+saveFile;).getName();
use this variable to get name and then call fileName in your img src. Hope this helps.