📜  curl 上传文件 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:43.327000             🧑  作者: Mango

代码示例4
curl -F "FIELDNAME=@FILE" http://URL 
# FIELDNAME can be whatever you want, it is the key value of the form field
# the @ is important to point to a local file