MCFileManager:Configuration/upload.maxsize
From Moxiecode Documentation Wiki
Contents |
[edit]
Option: upload.maxsize
This option enables you specify the max upload file size, files larger than this size will be denied.
The format of this option is <number>MB or KB or b, so you may write 100Kb or 10MB or 10b.
[edit]
Example of usage in the config.php file
$mcFileManagerConfig['upload.maxsize'] = "10MB";
[edit]
Example of usage in the Web.Config file
<add key="upload.maxsize" value="10MB" />
[edit]
Example of usage in a mc_access file
upload.maxsize=10MB
