I have problem with a PHP application while accessing a local shared file using firefox browser .With IE it works fine.But with firefox it showing security error.
I had given a hyper link to access the shared file.
The html code I used as follows.
<a href="file://192.168.0.230/pdf/p.pdf">click pdf</a>
Outside the webserver it running well.
Any body have solutions please help me