When i try to insert the photo, flash, media, document.
It will prompt out a error message "Microsoft VBScript runtime error '800a004c' ".
But when i try to insert photo, flash, media, document, it is find a work well in the local host.
This just happen when i upload the cute editor to the server for testing.
I have another question, can we use variable in the config file which is the default.config.
<security name="ImageGalleryPath">/prototype/abc/admin/FileStorage/[variable]</security>
<security name="MediaGalleryPath">/prototype/abc/admin/FileStorage/[variable]</security>
<security name="FlashGalleryPath">/prototype/abc/admin/FileStorage/[variable]</security>
<security name="TemplateGalleryPath">/templates</security>
<security name="FilesGalleryPath">/prototype/abc/admin/FileStorage/[variable]</security>
As we cannot hard code the path for every storage folder for every user.
I hope you can help me to solve these problems.