Hello all,
I have a few RadEditors in their respective EditTemplates in their respective RadGrids. The ImageManager is able to correctly insert images into the Editor but the Flash DIalog does not see the .FLV files placed in it's configured folder.
Here is the code:
The dialog is empty of files. I read this thread and found no resolve.
The Uploads option also does not work. You can browse and select an upload but when you submit the resulting page is a "connection" problem. Is there code behind that needs to be put in place for this?
Thanks Telerik support,
Reid
I have a few RadEditors in their respective EditTemplates in their respective RadGrids. The ImageManager is able to correctly insert images into the Editor but the Flash DIalog does not see the .FLV files placed in it's configured folder.
Here is the code:
<telerik:RadEditor ID="ctrlRadEditorFeature" runat="server" DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd" Skin="Default" AllowScripts="true" EditModes="All" AutoResizeHeight="true" EnableResize="true"> <Content> </Content> <ImageManager ViewPaths="~/Content/pages/uploads/images" UploadPaths="~/Content/pages/uploads/images" DeletePaths="~/Content/pages/uploads/images"/> <MediaManager ViewPaths="~/Content/pages/uploads/media" UploadPaths="~/Content/pages/uploads/media" DeletePaths="~/Content/pages/uploads/media" /> <FlashManager ViewPaths="~/Content/pages/uploads/flash" UploadPaths="~/Content/pages/uploads/flash" DeletePaths="~/Content/pages/uploads/flash" /> <TemplateManager ViewPaths="~/Content/pages/uploads/templates" UploadPaths="~/Content/pages/uploads/templates" DeletePaths="~/Content/pages/uploads/templates" /> <DocumentManager ViewPaths="~/Content/pages/uploads/documents" UploadPaths="~/Content/pages/uploads/documents" DeletePaths="~/Content/pages/uploads/documents" /> <SilverlightManager ViewPaths="~/Content/pages/uploads/silverlight" UploadPaths="~/Content/pages/uploads/silverlight" DeletePaths="~/Content/pages/uploads/silverlight" /> <CssFiles> <telerik:EditorCssFile Value="~/Content/css/RadEditorContentArea.css" /> </CssFiles> </telerik:RadEditor> The dialog is empty of files. I read this thread and found no resolve.
The Uploads option also does not work. You can browse and select an upload but when you submit the resulting page is a "connection" problem. Is there code behind that needs to be put in place for this?
Thanks Telerik support,
Reid
