问题
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