Hi,
I am making a database based PHP site for my friend to run locally on his mac.
He wants a page where he can click on a link to his most used files - word docs etc. stored on his desktop for instance.
I thought this would be easy by using the following;-
I tested this on my PC at work (NOT on local webserver) and it opened files fine for me however I can't seem to open files on the mac via http://localhost/...
Can anyone shed some light on this please ?
Could this be a permissions issue ??
Help much appreciated as I'm pulling my hair out
Phil
I am making a database based PHP site for my friend to run locally on his mac.
He wants a page where he can click on a link to his most used files - word docs etc. stored on his desktop for instance.
I thought this would be easy by using the following;-
Code:
<a href='file:///folder/word.doc'>Open file</a>
Can anyone shed some light on this please ?
Could this be a permissions issue ??
Help much appreciated as I'm pulling my hair out
Phil
Comment