0
I’m making a registration form in which users can register dragging and dropping or take a photo with your webcam, but when taking a photo via webcam (already implemented this feature), the idea would be to perform the "drag and drop" from that same image taken for the "drag and drop" component, is it possible to use javascript for such functionality? Or some similar tool?
Yes, it is possible to drag and drop with javascript, but I don’t know exactly how it does. This site uses drag and drop for chess pieces: http://www.expertchessstrategies.com/javascript-computer-chess.shtml
– riki481
The idea would be to drag and drop automatically without any customer interaction that in case the only interaction would be to take the webcam photo, the rest would be done from a javascript
– Eduardo Gonçalves