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