I have a field in a table that contains a file path to a directory where documents are stored.
ie
directory = \server\share\filepath\directory
What I would like to do is to be able to input the path to the directory via a browse button.
I have tried the <input type="file"> but this only links to a file.
Any ideas.