Documentation

Configuration / upload.maxsize

This option enables you specify the max upload file size, files larger than this size will be denied. Large files will be split into blocks and multiple requests this can be controlled by the chunk_size config option.

The format of this option is <number>MB or KB or b, so you may write 100Kb or 10MB or 10b.

$moxieManagerConfig['upload.maxsize'] = "10MB";