Is there a way to direct the browser to choose only from a certain directory?
This is my script for the browser:
Data Save Directory:<input name="datasavedir" type="file" id="fileUpload" value="Browse">
I am trying to restrict the user to only choose a file form one directory. Is there a way to do this using PHP or Javascript?