I've used HTML5 capabilities of accessing the camera, so I took a snapshot using canvas object, converted the canvas object to an img element (img tag) using canevas.doDataURL("image/png")
.
This is all going well, now my purpose is to save the picture - from that dynamically generated img tag - into some folder or DB.
Any indication on where I might start ? That would be great !
P.S : I've resorted to this thread in order to get the dynamically generated img tag that will receive the converted canvas object