In my web site, i would like to allow visitors to download pictures. I displaye the picture in the following way
<a href="" ><img src = "picture" .../> </A>
When the visitor clik on the link, how to begin the downloading of the picture ??
The second question, if i have many links, how can i zip pictures in a single directory and allow the downloding of the the zip?