Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Why does Firefox save files randomly in one of 7 locations?

  • 2 réponses
  • 1 a ce problème
  • 16 vues
  • Dernière réponse par cor-el

more options

When I save a file through Firefox, I get the usual "choose where download this file" message. However, regardless of where I choose to download the file, it is actually downloaded to one of 7 different folders on my computer. Firefox appears to send it to one of these folders randomly; I can only find each downloaded picture or whatever by going to each of the folders and seeing where it showed up.

How can I fix this? Thanks!

When I save a file through Firefox, I get the usual "choose where download this file" message. However, regardless of where I choose to download the file, it is actually downloaded to one of 7 different folders on my computer. Firefox appears to send it to one of these folders randomly; I can only find each downloaded picture or whatever by going to each of the folders and seeing where it showed up. How can I fix this? Thanks!

Toutes les réponses (2)

more options

Two troubleshooting steps you can try:

  1. Update to version 28.

then

  1. In the Location bar, type about:config and press Enter. The about:config "This might void your warranty!" warning page may appear.
  2. Click I'll be careful, I promise!, to continue to the about:config page.
  3. look for browser.download.folderList and see what it is set to.

When set to 0, Firefox will save all files downloaded via the browser on the user's desktop. When set to 1, these downloads are stored in the Downloads folder. When set to 2, the location specified for the most recent download is utilized again.

It sounds like it is behaving like the settings for 2. Reset Firefox preferences to troubleshoot and fix problems if all else fails.

more options

In current Firefox releases the last used directory for the website (host) serving the file for download will be preselected in the file picker.

If no download directory for the current website (host) has been stored, browser.download.lastDir will be used.

You can disable this feature to remember a host based download directory by creating a new Boolean pref on the about:config page with the name browser.download.lastDir.savePerSite pref and set its value to false.