Uploading file to multiple servers ?
        Posted  
        
            by WarDoGG
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by WarDoGG
        
        
        
        Published on 2010-03-29T07:28:21Z
        Indexed on 
            2010/03/29
            7:33 UTC
        
        
        Read the original article
        Hit count: 352
        
I'm creating an image uploader which will give the user an option to upload file to a different server than which the script is hosted on.
Is making an FTP connection from the script server to the target uploading server the only way to do this ?
Correct me if im wrong, but would the path of the file look like this ?
User computer (file) ---> script server ----> target server
Is there another way to do this ?
© Stack Overflow or respective owner