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 ?