How can I upload a file from an iPad to a web server (upload servlet)
        Posted  
        
            by Chen Harel
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chen Harel
        
        
        
        Published on 2010-06-05T10:26:32Z
        Indexed on 
            2010/06/05
            10:32 UTC
        
        
        Read the original article
        Hit count: 318
        
cocoa-touch
|ipad
Hi, I'm writing an iPad application that mimics a flash website I built. The site uses Flash file uploader to upload files from the user's filesystem to my tomcat server.
I understand that an iPad application can sync files via iTunes to a Documents folder. Given access to those files, how can I invoke a file upload of a selected file to the web.
© Stack Overflow or respective owner