I\'m trying to capture an image using the camera and upload it to my AJAX endpoint. I\'ve confirmed that this endpoint can accept the file (I created a test HTML file on my
After puzzling a bit, it seems to me you can use the image uri directly....
see my answer here: (this works for me on android):
android phonegap camera and image uploading