搜索 | 用户支持

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

详细了解

Firefox tries to open a certain filetype (.spk) as text and never adds an entry to the Applications tab in Options, so I have no way to change this behavior.

  • 6 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 Mailleweaver

more options

Since it's not in the Applications tab, I can't change how Firefox handles it. And since it automatically opens it as a text file, I have no way to download this filetype when it's linked to with javascript or flash because I can't right-click and "Save Link As." How can I make Firefox ask me how to handle the file instead of treating it as text? I've already tried deleting "mimeTypes.rdf" from my Firefox profile.

Since it's not in the Applications tab, I can't change how Firefox handles it. And since it automatically opens it as a text file, I have no way to download this filetype when it's linked to with javascript or flash because I can't right-click and "Save Link As." How can I make Firefox ask me how to handle the file instead of treating it as text? I've already tried deleting "mimeTypes.rdf" from my Firefox profile.

由Mailleweaver于修改

被采纳的解决方案

So, there's no way to do what I want... configure Firefox to ask what to do with text/plain files instead of rendering them. I've dropped a feature request for this into the suggestion box.

定位到答案原位置 👍 0

所有回复 (6)

more options

The MimeType needs to be attached to the hyperlink. No MimeType attached, and Firefox won't guess what the file is - the user needs to select the application manually.

more options

Then how do I manually tell Firefox to save text files instead of automatically displaying them? There's no "text/plain" type for me to edit listed on the Applications tab. Screenshot attached showing the page info for one of the spk files and the Applications tab with no "text" type listed. There's another at here. I don't care if the web server owner has attached the wrong MIME type to a file so long as Firefox will give me a chance to tell it how I want it to be handled. If it's not a webpage (html, php, etc.) then Firefox should not try to render it by itself without asking. --- On a side note, how do I get this forum to treat my line returns like line returns rather than spaces?

由Mailleweaver于修改

more options

If the server sends a file as text/plain then Firefox will open the file in a tab instead of offering to download the file.

You can use "Save Link as" in the right-click context menu or set the browser.altClickSave pref to true on the about:config page. In the case of the latter you can hold don the Alt key and left-click a link to get a download dialog.

See also:

more options

Neither of those will work in some cases. For example, go here and try to download the spk for version 4.07. It's not possible with Firefox. I'd have to click it, copy the address for the file it opens, post the address somewhere else as a link, and then right click that link to get the "Save Link as" dialog. Internet Explorer asks me what to do with the file instead of just rendering it; can't Firefox be made to do something so simple?

more options

Yes, in cases like this where JavaScript (onclick) is used you can not use the above posted possibilities.
Luckily in this case there is a workaround possible.

The links are defined directly in the source code of that page in the function downloadfile(fileno, counter)

If you inspect the page source by prefixing the URL with the view-source: protocol then you can select the link URL with the mouse and use "Save Link as" in the right-click context menu to save the spk file.

more options

选择的解决方案

So, there's no way to do what I want... configure Firefox to ask what to do with text/plain files instead of rendering them. I've dropped a feature request for this into the suggestion box.