2014-02-06 74 views
0

IE9不支持下载uri链接。如何在IE9中下载base64文档?

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

fiddle here

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

+0

的可能重复的[数据URI方案和Internet Explorer 9个错误](http://stackoverflow.com/questions/7405345/data-uri-scheme-and-internet-explorer-9-errors) – mplungjan

回答