Re: URL and path for image selector

  •  01-10-2008, 6:14 AM

    Re: URL and path for image selector

    I'm trying to achieve absolute paths for images too but can't get to work.
     
    My code:
     
            dim content
            content = MessageField

            Dim editor
            Set editor = New CuteEditor
                                       
            editor.ID = "Editor1"
            editor.Text = content
            editor.FilesPath = "CuteEditor_Files"
            editor.URLType = "Absolute"
            editor.ImageGalleryPath = "/Uploads/images/"
            editor.AutoConfigure = "Simple"
            editor.Width = 700
            editor.Height = 320
            editor.Draw()

     
    When I save, the editor doesn't save the image. If I comment out the line editor.URLType then editor saves the image.
     
    Can you help?
     
    Thanks,
     
    Andy

View Complete Thread