I'm using Telerik RadControls for ASP.NET Ajax 2009, 3, 1208, 35
RadEditor's Image Editor won't save images
I can upload images, but when I try to save changes made in the Image Editor, nothing happens.
RadEditor's Image Editor won't save images
I can upload images, but when I try to save changes made in the Image Editor, nothing happens.
<telerik:RadEditor ID="RadEditor1" runat="server" ImageManager-UploadPaths="/images/content/" ImageManager-DeletePaths="/images/content/" ImageManager-ViewPaths="/images/content/" Content='<%# Bind("page_content") %>' Height="600px" Width="780px" ToolbarMode="Default">
</telerik:RadEditor>