Skip to content

Instantly share code, notes, and snippets.

@simensen
Created January 27, 2010 22:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simensen/288240 to your computer and use it in GitHub Desktop.
Save simensen/288240 to your computer and use it in GitHub Desktop.
<?php
curl_setopt_custom_postfields($ch, array(
'file' => '@/path/to/file',
'tag' => array('a', 'b', 'c'),
));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment