I am developing an application for the iPad, and one of the components of my application has a UIWebView with a web page that has a browse button to upload a file (in this case, photos).
I know that applications cannot access the file system, but I have seen applications in the App Store that achieve this functionality with photos. Many of them are written for the iPhone.
I do not want to use a third-party application to get this function, I want to embed this functionality in my application.
I have already done an end-to-end search and cannot find information about this development.
Anyone have any suggestions?
source share