21.03.2017 2902
The built in file- and image manager has an upload limit of 1MB. You can change that if your server also supports more than that in the config file.
You will need to modify following file:
Please find following entry:
'MaxSizeUpload' => 1,
You can change 1 to any value you like but make sure your server also supports the amount you set. The value is in Megabytes.