How can I load a image file as a blob in mysql database using JAVA

101 Views Asked by At

I have a admin panel in joget in which user data is added. In my registration form I have a image box which takes a user image. I have to show this image as a blob in MYSQL database. how can i show image values in blob format in mysql and where I have to write code which convert image into blob. please guide me in this regard.

0

There are 0 best solutions below