I want to save the image in my server side database. After the user draws with the canvas and presses the button Submit, the Canvas element must be converted to an image format , and then I want to save this image in my database for future use. I can use this image to check the user the next time he visits my site.
Can someone help me figure it out? My server code is written in Java Servlets
source
share