Click here to Skip to main content
15,885,871 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

I have a asp.net website on a public server and it has a form. The button on the form should initialize a camera and when capture is done, the image file should be uploaded on the server to save it in the database.

We implemented this for Iphone though a webapp called QuickPic. We call this application through the javascript. The link below has the javascript code for the same.
http://www.resolved-technologies.com/php/cliqcliq-quickpic-upload-for-php/[^]

We are looking for the similar thing for Android. For now whatever forum I visited in relation, they all point to developing a java based web app e.g. PhoneGap which is not an option for us.

So I have two questions:
Is there any native AndroidAPI which can be called via Javascript and enable to interact with the Camera and upload an image?
or
Is there any Android APP which can be called via Javascript for intitializing camera and upload an image?

Thanks,

Vijay
Posted
Updated 14-Dec-11 6:23am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900