Hello everyone,
we use CKEditor in an Oracle Siebel environment. CKEditor is basically installed with this application, and we just had to configure the file browsing.
We use the asp connector for this, and everything works fine, as long as the file browsing is done on the same server where Siebel (and CKEditor) are running on.
We used the 'ConfigUserFilesPath' successfully with relative paths, and the 'ConfigFileTypesAbolutePath' with absolute paths on drive C:.
But we want to browse files on a different server. We tried with network shares and virtual directories, and setting the file paths in 'config.asp' accordingly, but to no avail.
Now I wonder, is it possible to browse files on another server with CKEditor at all? If anyone does this, which technique do you use (network share, virtual directories...)?
Do I probably have to run CKEditor on that server (as well)?
Probably I am using the paths wrong? For example 'C:\\' works, but a mapped drive 'Z:\\' does not.
Kind regards,
Kai Hartmann