stinhambo - 08 April 2009 03:01 AM
Not sure if I am just being simple but when I use this I get the following output -
# a:1:{s:9:“file_name”;s:14:“e-brochure.pdf”;}
Using this code -
<a href="{tutorials_file}">{tutorials_file}</a>
I presume {tutorials_file} is your main “Field Name”.
Try using “Col Name” that you’ve put in with the “Matrix Configuration” so, it should be {file_name} instead e.g.
<a href="{file_name}">{file_name}</a>
Also If you upload more than one file you can wrap it around the main field name
{tutorials_file}
<a href="{file_name}">{file_name}</a>
{/tutorials_file}