Skip to content

Instantly share code, notes, and snippets.

@nunenuh
Created March 8, 2015 17:23
Show Gist options
  • Save nunenuh/36c92a31e62e7ce4b533 to your computer and use it in GitHub Desktop.
Save nunenuh/36c92a31e62e7ce4b533 to your computer and use it in GitHub Desktop.
Catatan Sintaks Upload File Django Rest Framework menggunakan Curl
curl -i -X POST -H "Content-Type: multipart/form-data" --form file=@Selection_008.png http://localhost:8000/v1/media/upload?format=json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment