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.
I had given the code as follows.
It will not work with out installing a web server on 192.168.0.230 . Aso need to keep the pdf folder inside the web server.I cannot install a web server on that machine.It is a storage machine.
Can’t you just mount the share from the storage server on the web server and then serve up files from there?
So, just mount the directory you want to serve (say “pdf”) from the storage machine (say “\\192.168.0.230” on the web machine (on P: , say) and then set P: as a directory in your website, and serve the files from there.
It doesn’t seem as though Windows Storage 2008 was meant to use FTP.