javascript - How do I download base64 document in IE9? -
ie9
not support download uri link.
// not work in ie9 document.location.href = uri + base64(format(template, ctx)); //window.open(uri + base64(format(template, ctx)));
please me how download file in ie9.
great! found best solution "data uri scheme , internet explorer 9 errors"
below api support ie9, make document client-side.
Comments
Post a Comment