Hello All,
I'm using Moss2007 and the Moss radeditor (5.2.3.0).
In a content page i added my radcontrol (see code below) with custom configfile.xml and toolsfile.xml.
I pasted my configfile.xml below and as you can see i added *.mov to the mediafilters property.
But when i try to upload a .mov file using the MediaManager of the radeditor i get an error that the "extension of the uploaded file is not allowed.. " ( see screenshot).
If you look at the screenshot you can see that the under the allowed extensions i dont see the *.mov file and the filesize is also smaller then i allowed in my configfile.xml..
Where am i going wrong here? I appreciate all help..
configfile.xml
| <?xml version="1.0" encoding="utf-8"?> |
| <configuration> |
| <property name="AllowThumbGeneration">True</property> |
| <property name="ConvertToXhtml">True</property> |
| <property name="EnableDocking">False</property> |
| <property name="ShowHtmlMode">True</property> |
| <property name="ShowPreviewMode">False</property> |
| <property name="StripAbsoluteAnchorPaths">False</property> |
| <property name="StripAbsoluteImagesPaths">False</property> |
| <property name="ToolbarMode">ShowOnFocus</property> |
| <property name="ToolsWidth">600px</property> |
| <property name="Skin">Telerik</property> |
| <property name="MediaFilters">*.wma,*.wmv,*.avi,*.wav,*.mpeg,*.mpg,*.mpe,*.mp3,*.m3u,*.mid,*.midi,*.snd,*.mkv,*.mov</property> |
| <property name="MaxMediaSize">4048000</property> |
| <property name="ImagesPaths"> |
| <item>PublishingImages</item> |
| <item>/SiteCollectionImages</item> |
| </property> |
| <property name="CssFiles"> |
| <item>/_wpresources/amphia/CssEditor.css</item> |
| </property> |
| </configuration> |
| <rad:RadHtmlField ConfigFile="/_LAYOUTS/STYLES/Radboud/radeditor/ConfigFile.xml" ToolsFile="/_LAYOUTS/STYLES/Radboud/radeditor/ToolsFile.xml" |
| id="pageContent" FieldName="PublishingPageContent" InputFieldLabel="Content" DisplayWidth="460" DisplayHeight="300" runat="server" EnableExtensions="true" AllowSpecialTags="true"/> |