up vote 1 down vote favorite
1
share [g+] share [fb]

What I want to achieve is:

after browsing the web page,all images on this page is downloaded to a specified directory.

Better with firefox because I'm using it.

link|improve this question
feedback

migrated from stackoverflow.com Sep 5 '09 at 12:39

This question came from our site for professional and enthusiast programmers.

3 Answers

The firefox DownThemAll! allows you to selectively filter and fetch from a page.
This includes the ability to select by file type (extension).

alt text

link|improve this answer
feedback

you mean something like this: https://addons.mozilla.org/en-US/firefox/addon/2503 ??

link|improve this answer
feedback

If you choose 'Save Page As...' in Firefox and use the option 'Web Page, complete' it will save the page html and store all external documents (css, js, and images) in a separate folder.

link|improve this answer
Not for some ajax sites,you can try save gmail. – Shore Sep 5 '09 at 11:02
Hmm, I didn't know that. In that case you probably will need to use an extension to do it. Search on addons.mozilla.org/en-US/firefox or try the one suggested by Ami. – Simon Groenewolt Sep 5 '09 at 11:34
feedback

Your Answer

 
or
required, but never shown