发布网友 发布时间:2022-04-23 14:20
共2个回答
热心网友 时间:2023-07-01 06:06
方法
$client = OSSClient::factory(array(
'AccessKeyId' => 'xxxxxxxx',
'AccessKeySecret' => 'xxxxxxxxx',
));
$client->putObject(array(
'Bucket' => '自取的名字',
'Key' => $new_name,
'Content' => fopen($big_image_info['tmp_name'], 'r'),
'ContentLength' => filesize($big_image_info['tmp_name']),
));
热心网友 时间:2023-07-01 06:06
日文歌女生