Skip to content
Valentin Fuhlenbrok edited this page Oct 3, 2023 · 1 revision

Curl

sending files with POST:

curl -X POST -F "file=@/path/to/your/file.txt;filename=myfile.txt" http://example.com/your-upload-endpoint

Clone this wiki locally