Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经知道如何使用 php 通过 post 数据上传文件。但是是否可以使用 curl 将文件上传到不同的网站 注意:接收网站上没有脚本来处理文件上传只需将文件从另一个网站直接发送到该网站。
php 和 curl 怎么可能?