Problem/Motivation

In modern browsers this is now obsolete, as there's a download attribute, which is a much simpler solution than adding attachment headers:

https://www.w3schools.com/tags/att_a_download.asp

When this module was written, this method didn't exist.

Please inform about this simple alternative on the module page. Thanks :)

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

Anybody created an issue.

anybody’s picture

BTW it would also be cool if you could add https://www.drupal.org/project/file_download_link as Drupal 8+ follow-up on the module page, which already implements the new "download" attribute method.