curl_setopt($ch, CURLOPT_PUT, 1); curl_setopt($ch, CURLOPT_INFILESIZE, filesize($file)); $fp = fopen($file, "r"); curl_setopt($ch, CURLOPT_INFILE, $fp);