Suppose I have a web page (say filebrowse.html) in a remote server, having a browse file button, I want to access this page via a UIWebView
and upload photo fro
On iOS, there is no way to "browse the filesystem" so you can't use a form in UIWebView to attach photos for upload. The answer is rather convoluted but here goes:
You're going to have to -
I can't really give you the code for all of this because it needs to be broken down into all of those steps.