- Issue created by @abferris
- π©πͺGermany jurgenhaas Gottmadingen
What happens if you set
private://my-directory/my-file.txt
as the filename?
When using ECA to create a file for a view, there is no option for saving this as a private file, only the option to name the file.
If a administrator wants a restricted view to be saved as a spreadsheet usable by only logged in users, they cannot opt to make the file inaccessible to the public
Add an option so that the user may elect to save the file as a private or a public file, much like you would with a file field. Under the hood, this changes whether the url where the file is to be saved local system variables for $settings['file_private_path'] or $settings['file_public_path']
Add a field within eca form to select private or public paths
Active
2.1
Documentation
What happens if you set private://my-directory/my-file.txt
as the filename?