I am coding a webpage where the user can take a photo with his phone camera, then the image will be processed and stored in the server.
I am storing the image content on a <canvas> an showing it with <img> tag but I don't know how to send that information to the server.