0

I facing the problem on

<a href=" ..."  download></a>

this code not able support by IE 11,

<a href="try.zip">download?</a>

this code able support in IE 11, but I not allow to zip the csv because the csv will keep automatically updated, hence

any idea on how to make the download function in IE? thanks, sorry because I new to coding.

Shi Jie Tio
  • 2,479
  • 5
  • 24
  • 41
  • 1
    Possible duplicate of [Download attribute on A tag not working in IE](https://stackoverflow.com/questions/18394871/download-attribute-on-a-tag-not-working-in-ie) – IiroP Jun 19 '17 at 05:46
  • I have try but still dunno hw to apply, can anyone give some simple example? – Shi Jie Tio Jun 19 '17 at 06:54

1 Answers1

-2

using javascript:

   download(".....csv")
Shi Jie Tio
  • 2,479
  • 5
  • 24
  • 41