Skip to content

Instantly share code, notes, and snippets.

@goooooouwa
Created September 30, 2014 06:58
Show Gist options
  • Save goooooouwa/005eaf5f2b9732b84b54 to your computer and use it in GitHub Desktop.
Save goooooouwa/005eaf5f2b9732b84b54 to your computer and use it in GitHub Desktop.
Uploading files with Curl. see more https://ariejan.net/2010/06/07/uploading-files-with-curl/
curl -i -F name=test -F [email protected] http://example.org/upload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment