[ad_1]
Hello @susgeek
Thank you very much for using our plugin. Instead of modifying the URL parameters, you only need to upload a .htaccess file to the “/wp-content/uploads” directory to force the download. Please, upload a .htaccess file with the following content:
<FilesMatch "\.(mov|mp3|jpg|pdf|mp4|avi|wmv)$">
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>Best regards.
