If you have a directory of images, use this directory scanning function with the directory path from the site root:
Quote: ujImagePicker_get_images_from_dir(images/banksy/thumbs)
The image name (or names if using multiple select) will be saved to the db. You will want to make sure your images are of a suitable size to show in the form.
If you want the select menu to show as well, make your array return this as one of the options:
Quote: 'show_select' => true,
And thats about all there is. Simple really.