Is it possible to download a .zip file into iPhone when user clicks a link inside UIWebView?
        Posted  
        
            by Horace Ho
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Horace Ho
        
        
        
        Published on 2010-05-13T01:15:44Z
        Indexed on 
            2010/05/13
            1:24 UTC
        
        
        Read the original article
        Hit count: 341
        
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, closes WebView, acknowledges the user when download is complete
 
How can that be done? Thanks
© Stack Overflow or respective owner