【发布时间】:2013-05-07 18:28:19
【问题描述】:
我想限制用户上传固定高度和宽度的图像使用 jquery 文件上传我从选项中得到的是
// Uncomment the following version to restrict the size of
// uploaded images:
/*
'' => array(
'max_width' => 1920,
'max_height' => 1200,
'jpeg_quality' => 95
),
我想检查固定的高度和宽度,我正在上传 2 张图片,每张图片必须具有不同的尺寸,是否有任何参数
【问题讨论】:
-
你可能想看看类似的问题[这里][1] [1]:stackoverflow.com/questions/8486414/…
标签: php jquery jquery-file-upload