Have you tried removing /app/webroot from the $html->url call? Not sure if that will fix all your issues but that is where I would start.
On Aug 11, 7:54 am, RugerJ <[email protected]> wrote: > How can you show a pdf file within a view without setting the header > to pdf. > > I tried to embed it like this: > > <EMBED SRC="<?php echo $html->url('/app/webroot/files/userfile/'. > $uploads['FileUpload']['subdir'].'/'.$uploads['FileUpload'] > ['file_name']);?>#toolbar=0&statusbar=0&messages=0&navpanes=0" > HEIGHT=450 WIDTH=555> <NOEMBED> Your browser does not support embedded > PDF files. </NOEMBED> </EMBED> > > But that doesn't work because of the routing >> says controller not > found. > Is there a way around? > > Thnx in advance --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
