MCFileManager:Configuration/upload.use flash
From Moxiecode Documentation Wiki
Contents |
[edit]
Option: upload.use_flash
(Requires: 3.0.1, Removed in: 3.1)
This boolean value will enable (true) or disable (false) the flash upload functionality.
[edit]
Example of usage in the config.php file
$mcFileManagerConfig['upload.use_flash'] = true;
[edit]
Example of usage in the Web.Config file
<add key="upload.use_flash" value="true" />
[edit]
Example of usage in a mc_access file
upload.use_flash=true
