采集的时候把图片直接保存到oss
Re采集的时候把图片直接保存到oss
谁能告诉我,哪里有问题?
-------------------------
Re采集的时候把图片直接保存到oss
本方法已经成功写入!
$img='http://img1.mm131.com/pic/2716/1.jpg';
$r = file_get_contents($img);
$key='gogo.jpg';
$post_data = array (
'OSSAccessKeyId' => $access_id,
'policy' => $policy,
'signature' => $signature,
'key' => $key,
'file' => $r,
'Content-Type' => 'image/jpeg',
'action' => 'Submit'
);
赞0
踩0