Skip to content

Instantly share code, notes, and snippets.

@willread
Created December 10, 2012 20:24
Show Gist options
  • Save willread/4253091 to your computer and use it in GitHub Desktop.
Save willread/4253091 to your computer and use it in GitHub Desktop.
Multiple file uploads with CURL
curl -X POST -F "files[]=file1.jpg" -F "files[]=file2.jpg" … http://url.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment