I have a website written in html/php on my server. I also have a script which loads a file and returns some graphs. I can load a file from my pc using <input type="file" (...)/>.
The problem is: I'd like to load files not from my hard drive but directly from the server - I mean files are already uploaded, now I want people to be able to select files they want and analyse them with my script. Let's say they are at this location: /home/user/www/source/. How can I do it? Is there some smart function to replace <input>?