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.

Handler

Summary

This setting sets which binary file handler to use.

Usage

 

Handler=<class name file handler>

Description

Possible values are:

  • "eZFilePassthroughHandler" handles file downloading by passing the file through PHP. The previous value "ezfilepassthrough" should no longer be used.
  • "eZFileDirectHandler" and the previous value "ezfiledirect" are deprecated. The eZFileDirectHandler handled file downloading by passing an URL directly to the file. If you wish to enable direct downloads, use the value "eZFilePassthroughHandler". But keep in mind that when using direct downloads role permissions will not be checked.

This setting is case sensitive.

Examples

Handler=eZFilePassthroughHandler

Ester Heylen (04/05/2010 9:35 am)

Ester Heylen (11/05/2010 11:31 am)


Comments

There are no comments.