I have iPhone Application that use web view, and I run iPhone camera from the Application and get the image, my question is how to get this image back inside the UIWebView
?
Asked
Active
Viewed 267 times
2

Kanan Vora
- 2,124
- 1
- 16
- 26

Ayman Melhem
- 493
- 3
- 13
-
refer this http://stackoverflow.com/questions/747407/using-html-and-local-images-within-uiwebview – Maulik Jul 10 '12 at 08:21
-
do u have image captured from camera? – Paresh Navadiya Jul 10 '12 at 08:36
-
add some code as u said put the image in some field of the response – Paresh Navadiya Jul 10 '12 at 08:43
-
yes i have the image from the camera – Ayman Melhem Jul 10 '12 at 08:55
1 Answers
2
save the image in your local documents folder and load that image in the webview.

alinoz
- 2,822
- 22
- 38