FAQ - Maximum upload size for File- and Imagemanager

Maximum upload size for File- and Imagemanager

21.03.2017 2659


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:

  • /js/editor/plugins/filemanager/config/config.php

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.