美文网首页
linux curl系列之上传文件

linux curl系列之上传文件

作者: 程序员小白成长记 | 来源:发表于2021-02-25 21:00 被阅读0次
    curl -XPOST 127.0.0.1:8700/api/v1/ceph/upload/file/test -F "file=@/Users/zhangsan/Downloads/54_1613703639418_timg.jpeg"
    

    【注】 别忘了file后的@符号,否则提示[Required MultipartFile parameter 'file' is not present

    相关文章

      网友评论

          本文标题:linux curl系列之上传文件

          本文链接:https://www.haomeiwen.com/subject/cdtpfltx.html