there is a lot about how to upload multiple files to a server, but what I need here is how to upload a file to multiple servers synchronously (like file miroring websites) in php. thank you
update
ok my question is how filemiroring websites work?
there is a lot about how to upload multiple files to a server, but what I need here is how to upload a file to multiple servers synchronously (like file miroring websites) in php. thank you
update
ok my question is how filemiroring websites work?
收起
You can upload the file to another server using FTP: php upload file from server to another via FTP?
You may also upload the file to other server using CURL: Remote Server File Upload Via PHP
This should help.
报告相同问题?