javascript - anchor download link not working in firefox -
i have used this
<a href="/admin/con/image/studentimportfiletemplate_create.csv" download="studentimportfiletemplate_create.csv">download</a>
i have added download
attribute chrome not supported firefox
this working fine in ie , chrome file getting downloaded can explain me how work firefox also.
you don't need utilize such attribute start file download.
just use:
<a href="/admin/con/image/studentimportfiletemplate_create.csv">download</a>
if csv beingness opened rather getting downloaded , still want utilize download attribute, here's right way it:
http://davidwalsh.name/download-attribute
javascript html internet-explorer google-chrome firefox
No comments:
Post a Comment