Created
May 26, 2018 04:37
-
-
Save dansuh17/d47477eb537d79949edebf7e6c10cc9c to your computer and use it in GitHub Desktop.
curl multipart upload
This file contains 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 -F ‘data=@path/to/file.txt’ https://localhost/upload/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment