Sending the iphone camera captured images to the web service and getting response?
Hey guys I was wondering if anyone had some sample code for enabling the cam开发者_如何转开发era for the iphone. I want to be able to Send the captured image to webservice.
Use UIImagePickerController
and its delegate
method will help you to get the image from camera which you can use.
Reference http://developer.apple.com/library/ios/#documentation/uikit/reference/UIImagePickerController_Class/UIImagePickerController/UIImagePickerController.html
Pls refer this also
How to send images to a web service?
精彩评论