The proper way to upload files with CURL is to use -F ( — form) option, which will add enctype=”multipart/form-data” to the request. $ curl -F 'data=@path/to/ ...
確定! 回上一頁