Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

Installation

Follow these steps to install eZ Multiupload 1.1.0

  1. Extract the ezmultiupload archive to the extension folder.
  2. Enable ezmultiupload extension in site.ini.append.php like this:
    [ExtensionSettings]
     
    ActiveExtensions[]=ezmultiupload
    
    Alternatively, you can activate it in the Administration Interface. First, click the Extensions link in the Setup tab. Then, mark the checkbox corresponding to the “ezmultiupload” entry and click the Apply changes button.
  3. Grant access to the “ezmultiupload” module for the users and user groups who will need to use the eZ Multiupload functionality.
  4. Update autoload array by executing following command from eZ Publish root:
    $ php bin/php/ezpgenerateautoloads.php -e
    
    NOTE: Update script require eZ Components.
  5. The upload interface is accessible by pointing your web browser to

    /ezmultiupload/upload/NODE_ID
    

    For example: http://www.example.com/ezmultiupload/upload/2
    Or you can include the following template in the website toolbar template:

    parts/websitetoolbar/ezmultiupload.tpl {include  uri='design:parts/websitetoolbar/ezmultiupload.tpl'}
    

     

    Now the ezmultiupload icon will appear automatically the website toolbar of eZ Webin 1.4 and/or eZ Flow 1.1 and higher.

  6. Clear the cache

Ester Heylen (23/06/2010 2:37 pm)

Ester Heylen (23/06/2010 2:37 pm)


Comments

There are no comments.