iphone - Display image from camera within UIWebView -


I have an iPhone application that uses the web view, and I run the iPhone camera application and get the image My question is, to bring this image back to UIWebView ?

Save the image to your local document folder and load that image in the webview.

Comments