MCImageManager:Configuration/stream.extensions
From Moxiecode Documentation Wiki
Contents |
[edit]
Option: stream.extensions
This option should contain a comma separated list of valid extensions all other file extensions will be denied. By default all file extensions are allowed.
[edit]
Example of usage in the config.php file
$mcImageManagerConfig['stream.extensions'] = "gif,jpg,png,pdf,htm,html";
[edit]
Example of usage in the Web.Config file
<add key="stream.extensions" value="gif,jpg,png,pdf,htm,html" />
[edit]
Example of usage in a mc_access file
stream.extensions=gif,jpg,png,pdf,htm,html
