0

IE9 not support to download uri link.

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

fiddle here

Please help me how to download file in IE9.

user3086014
  • 4,241
  • 5
  • 27
  • 56
yun
  • 235
  • 1
  • 3
  • 12
  • possible duplicate of [Data URI scheme and Internet Explorer 9 Errors](http://stackoverflow.com/questions/7405345/data-uri-scheme-and-internet-explorer-9-errors) – mplungjan Feb 06 '14 at 06:44

1 Answers1

0

Great! I found the best solution for the "Data URI scheme and Internet Explorer 9 Errors"

below api support IE9, I could make a document from client-side.

https://github.com/dcneiner/Downloadify

yun
  • 235
  • 1
  • 3
  • 12