9951 explained code solutions for 126 technologies


curlUpload a file


curl -F [email protected] https://example.org/script.phpctrl + c
-F

uploads specified file as multipart form post

file=

variable name (on the server) to upload file to

file.txt

path to local file that we want to upload

example.org/script.php

example script to upload file to