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

[Solved] Problem with Rad Editor Flash filemanager

1 Answer 125 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Shubod Dev
Top achievements
Rank 1
Shubod Dev asked on 16 May 2009, 01:06 PM

hi

i faced some problem in rad editor flash filemanager.. while i am going to flash file manager... after upload i go for preview but my application its not working ... its not display... other file manger its working fine...  how can i solve this problem pls help me... i given all the path. viewpath,uploadpath eveithing... here by i past my code pls check it

client side code..

<telerik:RadEditor ID="RadEditor1" runat="server" ImageManager-EnableImageEditor="false" EnableEmbeddedSkins="true" Width="98%" AllowScripts="true" height="560px" ToolsFile="../UserControls/EditorTools.xml" OnClientLoad="OnClientLoad">

 

<content>Your Code Here</content>

 

</telerik:RadEditor>

server side code..

RadEditor1.MediaManager.ContentProviderTypeName = GetType(ServerContentProvider).AssemblyQualifiedName

RadEditor1.FlashManager.ContentProviderTypeName = GetType(ServerContentProvider).AssemblyQualifiedName

RadEditor1.ImageManager.ContentProviderTypeName = GetType(ServerContentProvider).AssemblyQualifiedName

RadEditor1.DocumentManager.ContentProviderTypeName = GetType(ServerContentProvider).AssemblyQualifiedName

RadEditor1.TemplateManager.ContentProviderTypeName = GetType(ServerContentProvider).AssemblyQualifiedName

RadEditor1.MediaManager.UploadPaths = New String() {ClientName & "/Objects/Media", ClientName & "/Objects/" & WebSiteName & "/Media"}

RadEditor1.FlashManager.UploadPaths = New String() {ClientName & "/Objects/Flash", ClientName & "/Objects/" & WebSiteName & "/Flash"}

RadEditor1.ImageManager.UploadPaths = New String() {ClientName & "/Objects/Images", ClientName & "/Objects/" & WebSiteName & "/Images"}

RadEditor1.DocumentManager.UploadPaths = New String() {ClientName & "/Objects/Documents", ClientName & "/Objects/" & WebSiteName & "/Documents"}

RadEditor1.TemplateManager.UploadPaths = New String() {ClientName & "/Objects/Templates", ClientName & "/Objects/" & WebSiteName & "/Templates"}

RadEditor1.MediaManager.ViewPaths = New String() {ClientName & "/Objects/Media", ClientName & "/Objects/" & WebSiteName & "/Media"}

RadEditor1.FlashManager.ViewPaths = New String() {ClientName & "/Objects/Flash", ClientName & "/Objects/" & WebSiteName & "/Flash"}

RadEditor1.ImageManager.ViewPaths = New String() {ClientName & "/Objects/Images", ClientName & "/Objects/" & WebSiteName & "/Images"}

RadEditor1.DocumentManager.ViewPaths = New String() {ClientName & "/Objects/Documents", ClientName & "/Objects/" & WebSiteName & "/Documents"}

RadEditor1.TemplateManager.ViewPaths = New String() {ClientName & "/Objects/Templates", ClientName & "/Objects/" & WebSiteName & "/Templates"}

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 19 May 2009, 02:19 PM
Hi Shubod,

I saw that you are using a custom content provider. Could you please open a support ticket and send us a sample working project that demonstrates the problem along with a couple of screenshots?

Please, also upgrade to the latest internal build of RadControls for ASP.NET AJAX and see whether the problem still persists. The latest version is Telerik.Web.UI_2009_1_519_dev_hotfix.zip.

Sincerely,
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
Shubod Dev
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or