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

Is there a way to force images and executables to automatically download into separate folders in Firefox?

I found this extension, but it doesn't work when I right-click-->save image as

link|improve this question

60% accept rate
feedback

2 Answers

Try DownThemAll.

link|improve this answer
feedback
up vote 1 down vote accepted

Several months later, I found an even better solution.

  1. Install the Shelve firefox addon
  2. Add a new shelf (tools -> addons -> Shelve -> options -> new). Edit the shelf, and set the "Filename Template" to the folder you want to save your images to, appended with %{hostbasename}\%{filename}. For instance, mine is
    C:\Users\BlueRaja\Downloads\Images\%{hostbasename}\%{filename}
  3. In the auto-save tab, under "Save a document to this shelf if the URL matches this RegExp", set it to .*(jpg|jpeg|png|gif|bmp|tif|tiff|exif)
  4. Any time you want to save an image, just right-click it and choose "Shelve image" (and for links: "Shelve link"). It will automatically get saved and sorted by domain name, without so much as an annoying confirmation dialog!
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.