HTML anchor tag download attribute not working in Firefox for jpg and png files

前端 未结 3 1631
感动是毒
感动是毒 2021-01-04 07:03

In my web application I have supported user to upload any type of document (.png, .jpg, .docx, .xls, ... )
I\'m trying to implement download functionality for these do

3条回答
  •  囚心锁ツ
    2021-01-04 07:56

    As you are using HTML5 attribute, each browser handling differently. So use https://github.com/dcneiner/Downloadify for client side forceful download instead of viewing in browser.

提交回复
热议问题