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

[Solved] How can I enable upload and image editor?

1 Answer 154 Views
Editor
This is a migrated thread and some comments may be shown as answers.
ali
Top achievements
Rank 1
ali asked on 30 Apr 2009, 03:11 PM

Hi 

I have a problem. I using q1 2009 and. Radeditor upload and image editor doesn t working. How can I enable upload and image editor?

Upload folder enabled for image upload. Permission is ok.

       <telerik:RadEditor runat="server" ID="RadEditor1" Height="550px" Width="100%" BorderWidth="0" Skin="Office2007">  
            <ImageManager ViewPaths="~/Upload/" /> 
            <FlashManager ViewPaths="~/Upload/" /> 
            <MediaManager ViewPaths="~/Upload/" /> 
            <DocumentManager ViewPaths="~/Upload/" /> 
            <TemplateManager ViewPaths="~/Upload/" /> 
            <Content> 
                
            </Content> 
        </telerik:RadEditor> 

Thank you.
 

1 Answer, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 01 May 2009, 10:43 AM
Hi Ali,

You need to set the UploadPaths property for the managers as well - the ViewPaths property only sets which folders will be visible in the file explorer control.


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