Hi,
I am having problems setting the upload size in my image manager. I have the following code
I still see the following when i load my image manager
I am having problems setting the upload size in my image manager. I have the following code
<telerik:RadEditor ID="radTextEditor" runat="Server" EnableResize="False" |
ToolsFile="~/assets/editorToolbar/body.xml" SpellCheckSettings-DictionaryLanguage="en-GB"> |
<CssFiles> |
<telerik:EditorCssFile Value="~/css/shared/radEditor.css" /> |
</CssFiles> |
<ImageManager SearchPatterns="*.jpg,*.jpeg,*.gif,*.png" MaxUploadFileSize="512000" /> |
<Content> |
</Content> |
</telerik:RadEditor> |
I still see the following when i load my image manager
- Max file size allowed:200.00 KB
- File extensions allowed:*.*