Dear forum,
I have built a picture database that are located on a website. It's built with PHP and mySQL. Is it possible to build a link from the website to a local harddrive? The idea is to have a small .jpg on the website and the bigger .tif on the local harddrive. This will be a function within my database that only a few people have access to. So basically I want the following to happen.
They search for a .jpg in the database. When they click on the .jpg file the .tif file with the same name will open on the local computer. They will use the same computer to access this function. And all .tif files with be located on that computer.
The only thing I need help with is the link between the website and the local computer.
Is this possible to do in PHP?