We always try to keep our extensions compatible with the current TYPO3-LTS versions. Have a look at the product page compatibility selection.
For most file formats, if you click on them to download them then they will open in a new tab - e.g. PDF files. This is not always what is required.
This behavior can easily be prevented - the only requirement is that the Apache mod_headers module is activated. If this module is available in your setup, just insert a .htaccess file with the following content:
<FilesMatch "\.(?i:pdf|jpg|gif)$">
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>
Documentation
TYPO3 - Downloadmanager
This extension provides a simple download manager.
We use cookies on our website. Some of them are essential, while others help us to improve this website and your experience. You can optionally decide which cookies or rather which use you approve to at any time under "cookies settings". You can find further information regarding this, as well as your constant right of cancellation under our
Data Protection Declaration. Our
Imprint can be found here.