I am trying to link to an image in webroot/img folder but it always adds in
the current controller / action

 

echo $this->Html->link(

                $this->Html->image($thumb['thumb'], array('fullBase' =>
true)), array(

                                $thumb['slide']), array(

'fullBase' => true, 'escape' => true, 'class' => 'thumb', 'rel' =>
'gallery'));

 

Rather simple click on the thumb and display the large image.

 

But rather than getting to the folder it shows up as:

 

http://dev/gallery/view/img/large/2F41c84b3cecff0a43a73bd82d56458f79.jpg

 

How can I serve up images from webroot?

 

Thanks,

Dave

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to