Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
This option can be used to exclude all file names but those matching the specified regexp pattern. This enables you to for example deny all but the specific file extensions specified.
$mcImageManagerConfig['upload.include_file_pattern'] = "/^onlythis$|^onlythat$/i";
<add key="upload.include_file_pattern" value="/^onlythis$|^onlythat$/i" />
upload.include_file_pattern=/^onlythis$|^onlythat$/i
Search documentation.