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

Media Manager File Extension

1 Answer 91 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Babak
Top achievements
Rank 1
Babak asked on 03 Oct 2012, 08:07 AM
Hi .
I want to Upload some flv or mp4 File with Media manager in Radeditor , but You know it doesn't support thees extensions . I change the File extensions allowed with SearchPatterns but after Upload a file again radeditor alert the extension is now allowed .
 how can I do ?

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 03 Oct 2012, 11:01 AM
Hi,

I tried to reproduce the problem but without success. As you can see in the following video http://screencast.com/t/IWXccgHCIn it is possible to upload flv and mp4 files via the Upload control in the Media Manager dialog.

Here is my configuration:

<telerik:RadEditor runat="server" ID="RadEditor1">
    <MediaManager ViewPaths="~/Images" UploadPaths="~/Images" SearchPatterns="*.*" MaxUploadFileSize="100000000" />
</telerik:RadEditor>

My suggestion is to try to upload these files via the Document manager. Its SearchPatterns property should be set to "*.*"

Greetings,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Babak
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or