I have load all files from one of my folder into my web page with this question : How to load all the images from one of my folder into my web page, using Jquery/Javascript
I use this explanation to make a select of my files like this :
<select>
<option value="path/to/file1">option1</option>
<option value="path/to/file2">option2</option>
...
</select>
How can I open my files with this select?