
0
Answered
Force all file types to be downloaded
Hi!
Following your doc on: https://docs.filerun.com/advanced_configuration
$config['app']['weblinks']['force_download'] = array("html", "txt","pdf");
Is it somehow possible to force download on ALL types and not just specified, so some how have a wildcard defined " * " ?
Answer

+1
Answer
Answered
$config['app']['weblinks']['defaults']['force_save'] = true;
It will apply only to weblinks created after the change. There is no solution for changing this setting for all previously created weblinks.
Customer support service by UserEcho
It will apply only to weblinks created after the change. There is no solution for changing this setting for all previously created weblinks.