any idea what the problem with the upload is.
and 5. the simple ampersand property doesnt work.
6. the remove tbody proberty doesnt work too
and here is my configuration
Set editor1 = New CuteEditor
editor1.ID = "Editor1"
editor1.Text = pagecontent
editor1.FilesPath = "Cuteeditor_Files"
editor1.AutoConfigure = "EnableAll"
editor1.ConfigurationPath = "/mesa/CuteEditor_Files/Configuration/full.config"
editor1.AllowEditServerSideCode = true
editor1.UseSimpleAmpersand = true
editor1.EditorBodyStyle = "table { font:normal 12px arial; }"
editor1.EditorWysiwygModeCss = "css/stylez.css"
Editor1.CustomCulture = "de-de"
editor1.ImageGalleryPath = rootPath & "/Uploads/images/"
editor1.FilesGalleryPath = rootPath & "/Uploads/docs/"
editor1.MaxImageSize = 2000
editor1.MaxDocumentSize = 20000
editor1.RemoveTBODYTag = true
editor1.DisableAutoFormatting = true
editor1.EditorOnPaste = "PasteText"
editor1.Width = 600
editor1.Height = 550
editor1.ThemeType="Office2003"
editor1.BreakElement = "br"
editor1.Draw()