Thursday 16 December 2004 4:29:12 pm
Hi, In my own class PDF I have the title and file. On the template I would like to link the name to open file. To do this I have used the code below: href={concat("http://mysite.com/index.php/admin/content/download/",$object.main_node.contentobject_id,"/2437/file/",$object.main_node.data_map.fichero.content.original_filename)} the 2437 number is the id of the class param. the problem is that i need to point to admin directory to find the file, if not ez can't find the file that is in media tab. Anyone knows why? I've try to assign polices to anonymous to permit unlimited access to content module but if I'm not loggined in admin interface i can't access to the file download.
|