Difference between revisions of "Optional filename sanitise.pl"
(Added config file page.) |
(No difference)
|
Latest revision as of 10:49, 7 February 2022
EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects
optional_filename_sanitise.pl contains configuration to optional parse the filename of an uploaded file to remove any characters before it is saved to the filesystem and written to the database. The $c->{optional_filename_sanitise}
is commented out by default but can be activated by un-commenting. The default function replaces spaces, @ signs, right and left brackets with underscores.