Simple example to explain how to upload files using CURL
form.phpis the html form PHP scripts try to mimicreceive.phpis a small script that will print everything that's send to itsend-legacy.phpis using old method of sending files and should be used only with PHP versions before 5.5send-php55.phpis a the new way of sending files and uses curl_file_create() (rfc:curl-file-uploads)