Cannot download analytics CSV on IE 11. Because the link uses "download" attribute of "a" element and IE 11 doesn't support it.
Is there any workaround?
<a class="StatsCSVLink" href="data:attachment/csv,datetime,Hits%0A13 Oct 2018 18:00:00 UTC,0%0A13 Oct 2018 19:00:00 UTC,0%0A13 Oct 2018 20:00:00 UTC,0%0A13 Oct 2018 21:00:00 UTC,0%0A13 Oct 2018 22:00:00 UTC,0%0A13 Oct 2018 23:00:00 UTC,0%0A14 Oct 2018 00:00:00 UTC,0%0A14 Oct 2018 01:00:00 UTC,0%0A14 Oct 2018 02:00:00 UTC,0%0A14 Oct 2018 03:00:00 UTC,0%0A14 Oct 2018 04:00:00 UTC,0%0A14 Oct 2018 05:00:00 UTC,0%0A14 Oct 2018 06:00:00 UTC,0%0A14 Oct 2018 07:00:00 UTC,0%0A14 Oct 2018 08:00:00 UTC,0%0A14 Oct 2018 09:00:00 UTC,0%0A14 Oct 2018 10:00:00 UTC,0%0A14 Oct 2018 11:00:00 UTC,0%0A14 Oct 2018 12:00:00 UTC,0%0A14 Oct 2018 13:00:00 UTC,0%0A14 Oct 2018 14:00:00 UTC,0%0A14 Oct 2018 15:00:00 UTC,0%0A14 Oct 2018 16:00:00 UTC,0%0A14 Oct 2018 17:00:00 UTC,0" target="_blank" download="data.csv">Download CSV</a>
- duplicates
-
THREESCALE-1318 Can not download Usage CSV in Internet Explorer 11
- Closed