php
uploaded) {
$handle->image_resize = true;
$handle->image_x = 800;
$handle->image_y = 600;
$handle->image_ratio = true;
$handle->process('uploads/');
if ($handle->processed) {
echo '图片处理成功!';
$handle->clean();
} else {
echo '图片处理失败:' . $handle->error;
}
} else {
echo '图片上传失败:' . $handle->error;
}
?>
顶一下
(0)
0%
踩一下
(0)
0%
- 相关评论
- 我要评论
-