How can i download image to local computer when click on a image in java?
Image store in a folder name images in web-inf, and this image given in a link as src. When i click on this link i can download this images to local computer. any on can help me??
<a href="<%=request.getContextPath()%>/pages/imageDownload.jsp"> Image download </a>
this is the link to next page.
<img src="images/abt.jpg" width="300" height="100" alt="" />
This is the image link.. I want to download image when click on this link.
Thanks in advance..