I guess the question will be enough, but here's some extra information.
I want to take a picture using HTML5 API and save it into a Canvas. Then, I want to take that picture and post it in the server in a folder. The application is that I'm adding a user to my system and I want to make a picture of him, and save it in the server for obvious reasons to use it in the future.
I'm playing with some tutorials even here but nothing has been useful for me.
I already took the picture and save it in the Canvas. I just want to be able to get that content to the server.