How to list images in a folder using a combo box or select specific items using browse in web page?
Im creating a data entry form, i would like to give them the option to select an image from a specific directory, in which they can selec开发者_StackOverflowt one image. now i have some image in one directory, i want to know how can i show them to the user.
Please help
You would need to use a server-side language to read the contents of a directory (PHP, for instance). There are many ways of doing this with PHP.
See http://php.net/manual/en/function.readdir.php
精彩评论