Is it possible (I am assuming not) to populate a drop down list from files that are on my website, say in the images folder? in a html form?
You can use scandir - http://php.net/manual/en/function.scandir.php
scandir
Then just run a foreach on the returned array and echo for each one.
foreach