Currently, the user has to open their camera application, take a picture, then go to our application to upload the picture. We would like to add a feature that reduces these steps. This new feature will allow the user to click on a button on our application in browser, which then opens up the camera, displays what the camera is showing, the user then can take a picture and upload it from there if they decide to. For security purposes, we can have the feature dispose the picture right after it is uploaded.
Currently, the user has to open their camera application, take a picture, then go to our application to upload the picture. We would like to add a feature that reduces these steps. This new feature will allow the user to click on a button on our application in browser, which then opens up the camera, displays what the camera is showing, the user then can take a picture and upload it from there if they decide to. For security purposes, we can have the feature dispose the picture right after it is uploaded.