Skip to content

Instantly share code, notes, and snippets.

@kevinejohn
Created October 21, 2011 05:40
Show Gist options
  • Save kevinejohn/1303173 to your computer and use it in GitHub Desktop.
Save kevinejohn/1303173 to your computer and use it in GitHub Desktop.
cURL upload image
curl -F image="@/Users/kj/Desktop/Icon.png" "http://0.0.0.0:8080/uploadimage/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment