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
Hmm - interesting. Have you tried accessing that page in native Safari? Will it let you browse on the phone? If not (and I'm assuming you're building an app here) you can just use a POST to the form in question (use curl and a browser web inspector to figure out parameters you need, etc).