SYMPTOMS
Following default limit exists in Image manager - "Maximum file size allowed 200Kb".RESOLUTION
This limit can be changed in %SBDIR%\Web\web.config file. You can find necessary key in <appSettings file="appSettings.config"> section:<add key="MaxAllowedImageFileSize" value="204800"/>
Where %SBDIR% - Sitebuilder installation directory and file size limit presented in bytes.