I\'m using curl and php to upload file. I need help to set a custom request header keys like
X-Filename blahblah.zip X-Filesize 2677 X-Filetype application/z
curl_setopt($ch, CURLOPT_HTTPHEADER, array('X-Filename: blahblah.zip', 'X-Filesize: 2677', 'X-Filetype: application/zip'));