I have a php website on a web hosting however, i would like to open some files in a specific path on the viewers' local pc. in other words, they click in a page of my website and the page will open some local files in their pc
like the following, can i just refer to the local c: drive?
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<img src='c:\xxx\xxx\xxx.jpg'>
</body>
</html>