MCImageManager:Configuration/filesystem.invalid file name msg
From Moxiecode Documentation Wiki
Contents |
[edit]
Option: filesystem.invalid_file_name_msg
This options gives you the ability to change the error message that is displayed to the user if the regexp patterns denies the file name.
This can be very useful if the user needs to understand how the regexp patterns works and why they denied the name.
[edit]
Example of usage in the config.php file
$mcImageManagerConfig['filesystem.invalid_file_name_msg'] = "Error: The name of the file is invalid.";
[edit]
Example of usage in the Web.Config file
<add key="filesystem.invalid_file_name_msg" value="Error: The name of the file is invalid." />
[edit]
Example of usage in a mc_access file
filesystem.invalid_file_name_msg=Error: The name of the file is invalid.
