Created
September 30, 2014 06:58
-
-
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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