2014-02-06 2 views
0

IE9 uri 링크를 다운로드 할 수 없습니다. IE9에서 base64 문서를 다운로드하려면 어떻게해야합니까?

fiddle here

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

는 IE9에서 파일을 다운로드하는 방법을 도와주세요.

+0

의 중복 가능성 [데이터 URI 체계 및 Internet Explorer 9 오류 (http://stackoverflow.com/questions/7405345/data-uri-scheme-and-internet-explorer-9-errors) – mplungjan

답변

0

위대한! "데이터 URI 스키마 및 Internet Explorer 9 오류"에 대한 최상의 솔루션을 찾았습니다. 클라이언트 측에서 문서를 만들 수 있습니다.

https://github.com/dcneiner/Downloadify

관련 문제