MCFileManager:Configuration/upload.use flash

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

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.

Example of usage in the config.php file

$mcFileManagerConfig['upload.use_flash'] = true; 

Example of usage in the Web.Config file

<add key="upload.use_flash" value="true" />

Example of usage in a mc_access file

upload.use_flash=true
Personal tools