In previous versions of cuteeditor I was able to use code like:
editor.ImageGalleryPath = "/accounts/" & Session("Username") & "/images"
editor.FlashGalleryPath= "/accounts/" & Session("Username")
editor.FilesGalleryPath = "/accounts/" & Session("Username")
editor.MediaGalleryPAth = "/accounts/" & Session("Username")
Is there a way to accomplish this in the new version. I see the security files but can one be populated dynamically when the page loads?
I have mutiple domains using the same code and the files are properly redirected via the code above. Any thoughts?