私はnetwerk / protocol / data / nsDataHandler.cppのFirefoxソースを少し見ました
データハンドラーはコンテンツ/タイプと文字セットのみを解析し、文字列に「; base64」があるかどうかを確認します
rfcはファイル名を指定せず、少なくともfirefoxはファイル名を処理しません。コードはランダムな名前と「.part」を生成します
Firefoxのログも確認しました
[b2e140]: DOCSHELL 6e5ae00 InternalLoad data:application/octet-stream;base64,SGVsbG8=
[b2e140]: Found extension '' (filename is '', handling attachment: 0)
[b2e140]: HelperAppService::DoContent: mime 'application/octet-stream', extension ''
[b2e140]: Getting mimeinfo from type 'application/octet-stream' ext ''
[b2e140]: Extension lookup on '' found: 0x0
[b2e140]: Ext. lookup for '' found 0x0
[b2e140]: OS gave back 0x43609a0 - found: 0
[b2e140]: Searched extras (by type), rv 0x80004005
[b2e140]: MIME Info Summary: Type 'application/octet-stream', Primary Ext ''
[b2e140]: Type/Ext lookup found 0x43609a0
mozillaのソースを見たい場合は、興味深いファイル:
data uri handler: netwerk/protocol/data/nsDataHandler.cpp
where mozilla decides the filename: uriloader/exthandler/nsExternalHelperAppService.cpp
InternalLoad string in the log: docshell/base/nsDocShell.cpp
私は何もないのではないかと思うので、あなたは今のところ解決策の検索をやめることができると思います:)
このスレッドで通知されているようdownload
に、html5には属性があり、Firefox 20でも機能しますhttp://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-download