Hi
in my form i have an option that i can attach a file to my database
and i can see the filename in my database and in my view..but i m trying to make a link on it in view that i can read it
please check my code:
***/in add i have this
echo $this->Form->input('pod',array('label'=>'Pod attachment','type'=>'file'));
**/and here i can browse to a file and attach it
**/in the view i m trying this
<?php echo $this->Html->link($pod['Pod']['pod']); ?>
**/not working i cannot read it
any help please