Actions
Feature #83148
closedAdd Force download support to the FileDumpController
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2017-11-28
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
The FileDumpController
uses ResourceStorage::dumpFileContents()
to dump the file. dumpFileContents()
has a property so a Content-Disposition attachment
header is sent, instead of inline
.
But this option is currently not available when using the fildeDumpEID
. A param &download=1
should be added to make this possible.
Actions