Please forgive relative noob question if this is obvious to all but me....
-
Looking at making a fairly simple FLASK web app that can enroll a user object with a name, email address, and a photo. Idea would be to use a mobile device (iPhone, iPad, Android, etc) to complete the enrollment through Chrome or Safari. After enrollment, a user can submit their email address and the app will display the photo. There is a bit more to it - I want to do some stuff to the photo, but that is the gist of the app.
-
What I'm looking for is advice on how to capture the photo - what
extensions exist, etc. If FLASK is the wrong route, or this is a
dead end idea...helpful to know as well.
Thanks in advance!