搜索 | 用户支持

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

Learn More

Selecting to open a file inside browser with Acrobat now always results in file being downloaded too.

  • 4 个回答
  • 0 人有此问题
  • 1 次查看
  • 最后回复者为 Dick39

more options

I have the option set to always ask me if I want to open a pdf with browser, acrobat, or to download. I usually select open with Acrobat and, for the last few months, I have been getting an unwanted download as well. I found in the help articles that this is now the default action. For me, it usually means that at the end of a session i have to go to my desktop (my optioned destination for downloads) and clean it up by deleting every file I have looked at.

I recommend that you make that functionality optional. I just want to view the vast majority of things I open. For the few that I might want to download after viewing them, i would prefer to take a proactive step to download them after I have reviewed them.

I have the option set to always ask me if I want to open a pdf with browser, acrobat, or to download. I usually select open with Acrobat and, for the last few months, I have been getting an unwanted download as well. I found in the help articles that this is now the default action. For me, it usually means that at the end of a session i have to go to my desktop (my optioned destination for downloads) and clean it up by deleting every file I have looked at. I recommend that you make that functionality optional. I just want to view the vast majority of things I open. For the few that I might want to download after viewing them, i would prefer to take a proactive step to download them after I have reviewed them.

被采纳的解决方案

You can possibly set this pref to true on the about:config page to make Firefox use the temp folder.

  • about:config => browser.download.start_downloads_in_tmp_dir = true

You can open the about:config page via the location/address bar. If you get the warning page, you can click the "Accept the Risk and Continue" button.

See also:

定位到答案原位置 👍 0

所有回复 (4)

more options

选择的解决方案

You can possibly set this pref to true on the about:config page to make Firefox use the temp folder.

  • about:config => browser.download.start_downloads_in_tmp_dir = true

You can open the about:config page via the location/address bar. If you get the warning page, you can click the "Accept the Risk and Continue" button.

See also:

由cor-el于修改

more options

Thank you!

Simple to do and seems to provide exactly the functionality I want.

By the way, and showing my lack of understanding, but is the temp dir to which the file is being sent the OS temp dir or something inside Firefox?

more options

It is the OS temp directory as set via the TMP and TEMP environment variables.

more options

Thanks yet again.