I am having a similar problem:
I have a shared secure area called:
secure.chunkyweb.net
I then create a sub directory from this for each site requiring a secure area:
secure.chunkyweb.net/site1
secure.chunkyweb.net/site2
etc...
The problem I have is not the uploading of the file to a folder, the problem is the displaying of it in this editor box, it seems to chop the /site1 off the path. Am I doing something wrong?
This is the code i'm using:
dim content
content =""& bodycontent &""
Dim editor
Set editor = New CuteEditor
editor.ID = "Editor1"
editor.Text = content
editor.ImageGalleryPath = "../uploads"
editor.FilesPath = "CuteEditor_Files"
editor.RemoveServerNamesFromUrl = false
editor.UseRelativeLinks= false
editor.AutoConfigure = "YS"
editor.Width = 580
editor.Draw()
Any idea how I can get around this?
Many thanks