Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

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

Learn More

Why do I keep getting asked what to do when downloading a file?

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

more options

When I go to download a virt-viewer connection file from my react app, I keep getting asked when to do even when I have "Do this automatically" checked. When downloading the same kind of file from other webapps, I do not get the dialog box.

How can I avoid the open file dialog box?

The app is using a dynamically generated tag that looks like this:

 <a download="console.vv" href="data:application/x-virt-viewer,___content____"></a>

Any ideas?

When I go to download a virt-viewer connection file from my react app, I keep getting asked when to do even when I have "Do this automatically" checked. When downloading the same kind of file from other webapps, I do not get the dialog box. How can I avoid the open file dialog box? The app is using a dynamically generated tag that looks like this: <a download="console.vv" href="data:application/x-virt-viewer,___content____"></a> Any ideas?
已附加屏幕截图

由sjd78于修改

所有回复 (3)

more options

Here is what the dialog looks like

more options

Maybe specify the type also via the type attribute.

  • type="application/x-virt-viewer"
more options

I tried adding the type attribute on the a tag but the behavior is the same.

Although, when I change the default behavior to save the file, the dialog prompt doesn't appear. The prompt only seems to appear when "Do this automatically" is not checked or if it is checked, when the A's href is a dataurl.