Android: Can I take a photo from a website and upload it automatically?

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?

+3
source share
2 answers

A clean web application without a client-side component cannot access the phone camera.

In future web browsers, there is only a plan for introducing such a function:

New HTML5 features - access to the device’s own camcorder

(2012-04-25). , 12 Opera .

+2

, android. , . URI , . URL-

, .

, .

-2

All Articles