I am creating web application(fully running on the server, no Android App), and I want to be able to provide a button for shooting. After touching the button, the camera of this Android phone should start, allow the user to take a picture, and then automatically upload the photo to my web application.
Is there any way to do this? If yes: how?
source
share