搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 2 个回答
  • 1 人有此问题
  • 16 次查看
  • 最后回复者为 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!

所有回复 (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.