如何在IE9中下载base64文档?

时间:2014-02-06 06:40:47

标签: javascript internet-explorer-9

IE9不支持下载uri链接。

// it is not work in IE9
document.location.href = uri + base64(format(template, ctx));
//window.open(uri + base64(format(template, ctx)));

fiddle here

请帮我如何在IE9中下载文件。

1 个答案:

答案 0 :(得分:0)

大!我找到了“数据URI方案和Internet Explorer 9错误”的最佳解决方案

在api下面支持IE9,我可以从客户端制作一份文件。

https://github.com/dcneiner/Downloadify