Skip to content

Instantly share code, notes, and snippets.

@xarimanx
Created August 19, 2013 13:23
Show Gist options
  • Save xarimanx/6269068 to your computer and use it in GitHub Desktop.
Save xarimanx/6269068 to your computer and use it in GitHub Desktop.
Upload file by curl
curl [url] -F '[param_name]=@[file_path];type=[mime-type]' -F '[other_params](optional)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment