How to open the file directly instead of saving on the disk
-
Hi,
Thank you very much for this wonderful plugin.
How to open the file directly instead of saving.
I have done it by editing the below line. But I want to know if there is any options without editing the plugin directly.
Template name : DownloadHandler.php
from
$headers[‘Content-Disposition’] = “attachment; filename=\”{$file_name}\”;”;to
$headers[‘Content-Disposition’] = “inline; filename=\”{$file_name}\”;”;Please help
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to open the file directly instead of saving on the disk’ is closed to new replies.