I have a table with the named employee this table contains (Emp_id, Emp_name, Img_path) I need to save the image in the folder, let's say D drive on my server, and when the user tries to review the employee profile, the page should take the image from the folder depending on the (Img_path) filed I tried to get an example how to do this in vaadin but all examples don't work, please if there are any suggestion or idea to solve this point.