I need to perform “send photo” functionality. I have a web service method which takes image as parameter. And I need to perform the following:
User clicks on a button, and then photo gallery opens(also be cool to perform send photo from camera i.e camera opens user make photo and then send)
User select photo and click send(then my method should work).
Please tell me is there any way to do it?
1 Answer