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

File Manager Dialog Upload File Types

1 Answer 238 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 15 Jul 2008, 09:21 PM
I've created a custom composite control that includes a file manager that are apart of the RadEditor following this thread as a starting point.  Everything is working well except for the uploading of files. 

The composite control is essentially a web-based file manager among other things and will be used for uploading a variety of file types, including images, documents of several types, flash files, etc.  By setting the SearchPatterns property to *.*, I am able to see and select a file of any extension, but I am unable to upload any file.

If I set the SearchPattern to *.swf for a flash animation, I can upload that file type.  Not specifying any SearchPattern goes with the default list of extensions which doesn't help much as I need to allow any file extension.

Am I missing a supersecret property somewhere?

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 16 Jul 2008, 02:45 PM
Hello Chris,

Could you please, make sure that you are using the latest "Futures build" of RadEditor? I made a test by setting

<telerik:RadEditor ID="RadEditor1" runat="server" >
    <DocumentManager ViewPaths="~/" UploadPaths="~/" SearchPatterns="*.*" />
</telerik:RadEditor>

and I was able to upload all type of files using the Document manager.

If you are using the latest version and you still experience the problem, please open a support ticket and send a sample working project that demonstrates the problem. I will examine it and try to provide a solution.

Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
Chris
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or