I have a web page with html5 <video> where a visitor can record & upload. I've created this web page in addition to a video web site (where users have to log into to upload). I thought the additional page would make it easier for people to create content. But, I'd like to get their email address along with their video, so I know how to conatct them, after the upload. But, not have to have them jump through hoops just to upload (if so, they may as well register and log in to upload). So, I'm looking for suggestions, like maybe email authentication first or something. How would I add this to the html, php or javascript? Any guidance/ideas are appreciated.