code for capture in phonegap api. http://docs.phonegap.com/en/1.4.1/phonegap_media_capture_capture.md.html#Capture.
what is the meaning of "http://my.domain.com/upload.php" in upload file function.what concept is used in server side for uploading video and audio from phonegap
please provide the code for upload.php in phonegap api(capture) to upload video and audio
Since phonegap’s File Transfer does an HTTP post, at it’s most basic, this should get you started:
More reference here: http://www.php.net/manual/en/features.file-upload.post-method.php