Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Why doesn't the download popup window do what I tell it to?

  • 1 件の返信
  • 2 人がこの問題に困っています
  • 3 回表示
  • 最後の返信者: Gingerbread Man

more options

In most cases when I download files, I want the popup window to ask me how to handle them - and it does. However, I have a subscription to the NYTimes crossword puzzles. For this type of file only, when I click on a file I want to open it immediately.

The popup window knows how to open these files: it says

You have chosen to open .... What should Firefox do with this file? Open with _Across Lite_ Save File Do this automatically for files like this from now on (This option is checked, but I get the popup window anyway. Does automatically mean something different for you than it does for me?)

In most cases when I download files, I want the popup window to ask me how to handle them - and it does. However, I have a subscription to the NYTimes crossword puzzles. For this type of file only, when I click on a file I want to open it immediately. The popup window knows how to open these files: it says You have chosen to open .... What should Firefox do with this file? Open with _Across Lite_ Save File Do this automatically for files like this from now on (This option is checked, but I get the popup window anyway. Does automatically mean something different for you than it does for me?)

選ばれた解決策

The server could be sending the Content-Disposition: attachment header. Install the InlineDisposition add-on and see if makes a difference.

If that doesn't help, the server could be sending the Content-Type: application/octet-stream header.

  1. What is the file extension for the crossword puzzles that you download?
  2. Click the ≡ Menu Button and choose Developer, then Web Console (or press Ctrl+Shift+K).
  3. Load the web page with the file download link.
  4. Click the Clear button in the Web Console.
  5. Click the download link.
  6. In the Web Console, click the file request in question to examine it. In the little window that pops up, in the Response Headers section, what is the Content-Type header? It would be helpful if you'd provide a screenshot.
この回答をすべて読む 👍 0

すべての返信 (1)

more options

選ばれた解決策

The server could be sending the Content-Disposition: attachment header. Install the InlineDisposition add-on and see if makes a difference.

If that doesn't help, the server could be sending the Content-Type: application/octet-stream header.

  1. What is the file extension for the crossword puzzles that you download?
  2. Click the ≡ Menu Button and choose Developer, then Web Console (or press Ctrl+Shift+K).
  3. Load the web page with the file download link.
  4. Click the Clear button in the Web Console.
  5. Click the download link.
  6. In the Web Console, click the file request in question to examine it. In the little window that pops up, in the Response Headers section, what is the Content-Type header? It would be helpful if you'd provide a screenshot.