Editor is not adding images

Last post 01-28-2006, 12:52 AM by Karen. 6 replies.
Sort Posts: Previous Next
  •  01-19-2006, 6:37 AM 14872

    Editor is not adding images

    Hi im having a problem adding images using the image icon on the text editor. To see what i mean please go to http://www.flashmatics.co.uk/cutesoft/EDITWELCOME.ASP

    When you click the image icon to add an image, the dialog box appears and all the images are visible in the dialog box as well. However when i click the Insert button, it does not seem to be able to find the image as a broken image icon is shown in the editor . If you then click the UPDATE button at the bottom of the page and then view the updated html document you will see the image still does not show.

    Any help appreciated as to why this is happening.

    Cheers
    Zain
  •  01-19-2006, 7:07 AM 14878 in reply to 14872

    Re: Editor is not adding images

    Zain,
     
    Which version of CuteEditor are you using?
     
    How do you configure the image gallery path?
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  01-19-2006, 8:00 AM 14890 in reply to 14878

    Re: Editor is not adding images

    Well i assume the latest version as just bought it about a month ago... well in the page i have set the configuration as


    Dim editor
    Set editor = New CuteEditor
    editor.ID = "Editor1"
    editor.EditCompleteDocument = true
    editor.LoadHTML("document.html")
    editor.FilesPath = "editor"
    <strong>editor.ImageGalleryPath = "images"</strong>
    editor.Template= "G_Start,Separator,Bold,Italic,Underline,JustifyLeft,JustifyCenter,JustifyRight,Separator,ForeColor,SetFontColor,InsertImage,InsertLink,G_End"



    Thanks for the help
  •  01-19-2006, 8:01 AM 14891 in reply to 14890

    Re: Editor is not adding images

    Please ignore the <strong> tags around editor.ImageGalleryPath = "images" as i was jusy highlighting that for you
  •  01-26-2006, 4:43 AM 15152 in reply to 14901

    Re: Rls 5.0

    Thanks but that hasnt really answered my question>

    Well ive detemined what the problem is but do not know how to fix it. Basically in the ROOT folder i have a folder called CuteEditor (which contains all the cute editor folder files etc and also a folder called Uploads).

    Now I have a file called editWelcome.asp in the Root folder which can be viewed at http://www.flashmatics.co.uk/cutesoft/EDITWELCOME.ASP


    Now when I try adding an image in this page and the dialog box opens up, it actually displays the images from the Uploads folder within the CuteEditor folder.  However when it trys to display the images, it attempts to load them from the Uploads folder in the ROOT directory and that is why unless the exact same images are in the Root Uploads directory as well, it cannot find the image.

    Hope this makes sense.

    Cheers


View as RSS news feed in XML