You could read the file from the server and output it to the browser
directly from your view() function, or you could
$this->redirect('/path/to/my/doc') within your view() function.Example of first option: http://groups.google.com/group/cake-php/browse_thread/thread/061ad2bd1f87fc4c Ryan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
