Re: Using the Upload Button in the Insert Image Dialog

  •  04-10-2009, 9:15 AM

    Re: Using the Upload Button in the Insert Image Dialog

    I was hoping that I would see something in your editor parameters that enabled the upload image button.  I do not see anything there.  So the problem still remains that my Upload button in the insert image dialog does nothing.  I would appreciate any ideas that would fix this issue as this function is essential for our use of the Cute Editor.  Thank you.  Below see one example of our code for using the Cute Editor, in which the upload does not work:
     

    <CE:Editor ID="Editor1" runat="server" AutoConfigure="Simple" EditorBodyClass="MyCuteEditorBody" EditorWysiwygModeCss="~/StyleSheets/DefaultStyleSheet.css" ContextMenuMode="Simple" Height="150px" Visible="True" Text="This is the test." Width="100%"><FrameStyle Height="150" Width="100%" /></CE:Editor>

View Complete Thread