I'm building an asp.net website using c# and .net 2.0. One of the pages requires to take a picture (or choose from already existing pictures), upload it to the server, add other info and save everything in the database.
I'm using a FileUpload control and everything is working fine on a PC.
Android gives me the options to choose a file from Gallery, File system, Music Track etc. but there is no option to take a picture from the camera. The FileUpload control is disabled in iPhone.
I want to click on a button or use something else and be able to choose to upload an image from the gallery or start the camera and take one. Is there a way to do it?
Thanks!