How to download all images.....

E

Eliyahu Goldin

Nish,

Are you talking about url on your site or on any site? On your site you will
probably want to zip all images into one file. You will need a zipping
program for that and the security rights for ASP.NET to run exes. Once you
get the file, you can stream it down to the client. Other sites won't let
you do this.

Eliyahu
 
N

Nish

I am talking of other sites.
I have seen screen scaping programs that the reason I asked.
Nish
 
S

Scott Allen

Hi Nish:

If you can browse the directory, you can screen scrape the directory
list to get the list of images.

I.e. ask the server for the contents of www.mysite.com/images. Find
all of the hyperlinks in the content that is returned and then request
each image individually.

The problem you may run into is that many web servers will not permit
you to browse directories. In this case you'll need to know the file
names of the images in advance or get them from another source.

HTH,
 

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