send file to another website without file upload script on receiving website with curl and php

倾然丶 夕夏残阳落幕 提交于 2021-01-29 16:51:00

问题


I already know how to upload files via post data with php. But is it possible to upload a file to a different website with curl NB: there is no script on the receiving website to handle file uploads Just send a file to the website from another website straight up.

How is that possible with php and curl ?

来源:https://stackoverflow.com/questions/17923008/send-file-to-another-website-without-file-upload-script-on-receiving-website-wit

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!