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))); 

fiddle here

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.

https://github.com/dcneiner/downloadify


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -