I'm having a few problems with the media manager, I'm using the Q2 version and my code looks like this:
Image manager and Document manager work fine but when I try to upload .mov or .avi files I get a message saying "The extension of the uploaded file is not valid" even though it is and is listed under file extenions allowed on the upload window. Any ideas? this is driving me mad and I really need to get it fixed asap
| <telerik:RadEditor |
| height="500px" |
| width="700px" |
| ID="PageEditor" |
| Runat="server" |
| HasPermission="True" |
| DocumentManager-DeletePaths="~/uploads/documents/" |
| DocumentManager-UploadPaths="~/uploads/documents/" |
| DocumentManager-ViewPaths="~/uploads/documents/" |
| DocumentManager-MaxUploadFileSize="10485760" |
| FlashManager-DeletePaths="~/uploads/flash/" |
| FlashManager-UploadPaths="~/uploads/flash/" |
| FlashManager-ViewPaths="~/uploads/flash/" |
| FlashManager-MaxUploadFileSize="20971520" |
| ImageManager-DeletePaths="~/uploads/images/" |
| ImageManager-UploadPaths="~/uploads/images/" |
| ImageManager-ViewPaths="~/uploads/images/" |
| MediaManager-DeletePaths="~/uploads/media/" |
| MediaManager-UploadPaths="~/uploads/media/" |
| MediaManager-ViewPaths="~/uploads/media/" |
| MediaManager-SearchPatterns="*.mov,*.avi" |
| TemplateManager-DeletePaths="~/uploads/templates/" |
| TemplateManager-UploadPaths="~/uploads/templates/" |
| TemplateManager-ViewPaths="~/uploads/templates/" |
| MediaManager-MaxUploadFileSize="20971520" |
| ShowHtmlMode="True" |
| OnSubmitClicked="PageEditor_SubmitClicked" |
| ConvertToXhtml="True" |
| CssFiles="~/editor.css" |
| TemplateFilters="*.html" |
| ContentAreaCssFile="editorStyles.css"> |
| <Content> |
| </Content> |
| </telerik:RadEditor> |
Image manager and Document manager work fine but when I try to upload .mov or .avi files I get a message saying "The extension of the uploaded file is not valid" even though it is and is listed under file extenions allowed on the upload window. Any ideas? this is driving me mad and I really need to get it fixed asap
