http transfer file from server to server

Posted by qualle on Stack Overflow See other posts from Stack Overflow or by qualle
Published on 2010-04-05T11:37:25Z Indexed on 2010/04/05 11:43 UTC
Read the original article Hit count: 235

Filed under:
|
|

Hi,

with html forms we can upload a file from a client to a server with enctype="multipart/form-data", input type="file" and so on.

Is there a way to have a file already ON the server and transfer it to another server the same way?

Thanks for hints.

© Stack Overflow or respective owner

Related posts about php

Related posts about html