This is a migrated thread and some comments may be shown as answers.

[Solved] Media Manager upload problems

1 Answer 128 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Dr. Acula
Top achievements
Rank 1
Dr. Acula asked on 20 Jul 2009, 01:25 PM
I'm having a few problems with the media manager, I'm using the Q2 version and my code looks like this:
<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



1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 23 Jul 2009, 07:05 AM
Hi Dr. Acula,

Your code is correct and you should not experience this problem. I tested your RadEditor declaration with Telerik.Web.UI.dll Q2 2009 and I was not able to reproduce the issue. For your convenience I have attached my test project and video demonstrating my test.

Am I missing something? Are you able to reproduce the problem with my project?

Greetings,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
Dr. Acula
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or