Download Images

G

Guest

I have a web site that has approximately 4500 images that our customers can
go to and find a paticular product image and then save it to their computer
so they can put in on their website. These 4500 images are broken down into
43 folders corresponding to our product categories. I would like our
customers to be able to download to their computer all of the images in a
particular category (folder) all at once so they do not have to right click
and save a lot of images individually. How do I do this?
 
S

Stefan B Rusynko

Zip them into 1 zip file

--




|I have a web site that has approximately 4500 images that our customers can
| go to and find a paticular product image and then save it to their computer
| so they can put in on their website. These 4500 images are broken down into
| 43 folders corresponding to our product categories. I would like our
| customers to be able to download to their computer all of the images in a
| particular category (folder) all at once so they do not have to right click
| and save a lot of images individually. How do I do this?
 
A

Andrew Murray

put them into a ZIP folder and upload that file, then link to the zip folder
eg
<a href="http://www.yoursite.com/photos.zip>download this file</a>

It will prompt with the download file box.

So you may need several zip files (named for the categories of images you
have)

then create a link to each.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top