am a new learning openmrs developer , and i have created a module called “facelist” which uploads images to add patients faces . It registers each image uploaded in the database using the patient id , in a table called " facelist_multipart", and then it returns and displays all the faces uploaded in a jquery table with the corresponding Patient name and id. the module has extension links both on the admin page and on the patientDashbord. i used a Jquery Validator API to make sure one cant upload an empty image or to a null patient, the images are saved in the openmrs-Application-Data Directory in a folder called “Face_images”.
the module source code can be found here on my github account
@mozzy are you asking for this to be listed in https://addons.openmrs.org/ ? If so, you would request this via a pull request on github. See these links: