Tuesday 04 January 2005 1:20:43 am
The <i>ezfiledirect</i> will only work if the links point to the file on the filesystem. Do make this work you will have to change your template code for the datatype, it should look something like:
<a href="{$attribute.content.filepath|ezroot}">download</a>
You will also need to make sure your webserver is configured to server these files directly. In general I would recommend to use the <i>ezfilepasstrough</i> handler, unless you have some problems with it. The <i>ezfiledirect</i> handler cannot check user permissions for instance.
--
Amos
Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq
|