In a new app, I plan to let users download their own files and stored them inside
iPhone. The process is typically:
iPhone present a web page by UIWebView, in which there are several links to .zip files
the user browser the page and click on one of the .zip file link
iPhone downloads the file into the
iPhone document folder,
…