限制宽度和高度jquery-file-upload

时间:2013-05-07 10:10:41

标签: php jquery jquery-file-upload

我想限制用户使用jquery文件上传固定的高度和宽度图像我从选项中得到的是

             // Uncomment the following version to restrict the size of
            // uploaded images:
            /*
            '' => array(
                'max_width' => 1920,
                'max_height' => 1200,
                'jpeg_quality' => 95
            ),

我想检查固定的高度和宽度,我要上传2张图片,每张图片必须有不同的尺寸,是否有任何参数

1 个答案:

答案 0 :(得分:-1)

我建议您使用PHP而不是javascript或flash中的任何前端检查,这可以绕过。

getimagesize();

手动:http://php.net/manual/en/function.getimagesize.php