linux 命令行上传文件
Linux command line tool for uploading files over HTTP as multipart/form-data?
curl -F "file=@localfile;filename=nameinpost" url.com
Linux command line tool for uploading files over HTTP as multipart/form-data?
curl -F "file=@localfile;filename=nameinpost" url.com