Pick an image / video using PhoneGap in Android
问题 How can I pick an image / video ( or take a photo / video ) using PhoneGap in Android ? I have a web form needs to pick image / video contents and submit the form to upload the contents. Is PhoneGap capable to do so? or I have to fall back to native Android codes? 回答1: Yes you can upload image to server with phonegap Here is the code to pick image or video document.addEventListener("deviceready", onDeviceReady, false); function onDeviceReady() { pictureSource = navigator.camera