Re: HTML link to a file on a shared folder

2012-02-22 Thread phpMagpie
OK, that missing piece of information does make it CakePHP related and the answer is yes is you pass the url in as a string. Cake will not process a route to a local path. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions s

Re: HTML link to a file on a shared folder

2012-02-20 Thread Ernesto
yes it's an intranet page. i was just asking if it's possible using cake's htmlhelper. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To

Re: HTML link to a file on a shared folder

2012-02-20 Thread phpMagpie
Not a CakePHP specific question. If the page the link appears in is online, then no you cant as your file is on your LAN and therefore not public. I assume you're talking about an intranet page though, in which case of all computers accessing the intranet have that LAN folder mapped to the sam

HTML link to a file on a shared folder

2012-02-20 Thread Ernesto
Hi all. is it possible to link a file (in this case a .dwg or .dxf cad drawing) located in a LAN shared folder? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their Cake