I am developing a jsf/primefaces web application which utilizes primefaces FileUpload and FileDownload. I am able to upload the image to the database as a blob. However i am unsure on how to retrieve it.
The picture above shows the id of the images in a data table. And when the user clicks download the image corresponding to that id should download. However i am unsure on how to do this. Can anyone link me to a tutorial or give me some pointers on how to achieve this?