Skip to content

Allow Upload To Files Application

Allow Upload To Files Application allows Image Upload functionality to be disabled when images would normally upload to the Files application. This setting affects image upload functionality for the Tiny Editors in all HCL Connections applications except for Blogs, Wikis and Activities. The default value is true.

  1. Configuration Structure. To disable image upload to the Files application, change the value to false:

    ephox.editlive.connections.config.onload = function(load) {
      var integrationConfig = {
        ...
        allowUploadToFilesApp: **false**
      };
      load(integrationConfig);
    };
    

Parent topic:Configuring IBM HTTP Server

Previous topic:Updating HCL Connections to use the HTTP server

Next topic:Configuring file downloads through IBM HTTP Server