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

Uploading .exe and .rar files

1 Answer 41 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Behnam
Top achievements
Rank 1
Behnam asked on 05 Sep 2012, 06:33 AM
Hi, I will upload exe and rar files and use their links in RadEditor, how can i do it?

with many thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 05 Sep 2012, 10:30 AM
Hello,

You can use the Document Manager of RadEditor to upload all files types and insert a link in the content area pointing to their location. By setting the SearchPatterns property to *.* you will enable the upload of all file types:

<telerik:RadEditor runat="server" ID="RadEditor1">
    <DocumentManager ViewPaths="~/Images" UploadPaths="~/Images/New" DeletePaths="~/Images/New/Articles,~/Images/New/News" SearchPatterns="*.*" />
</telerik:RadEditor>

All the best,
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
Behnam
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or