He's asking how to define the path to the file as absolute rather then
relative to the app folder.

Which you can't because the MediaView.php file is hard coded to
compute the path as follows.

$path = APP . $path . $id;

There are two ways to resolve this problem.

1) Change the MediaView.php file as you see fit.
2) Create link in your app folder to the other mounted server.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to