KCfinder browse and upload on different server

Hi.

Is it possible to set up KCfinder to upload and browse on different web/server? Where can I edit the setting about this? I have try to look on config.php. I am not sure if I can change parameter uploadDir to different server directly.

We don’t want to use our server to store any uploaded file.

Thanks

@superabu I don’t think it would be straightforward to do this.

  • The CKEditor plugin validates that the upload directory is writeable. That would not be possible if the directory was on a different server.
  • The KCFinder file manager expects the upload directory to be local, therefore the KCFinder package would need to be installed on the other server.