i want to restrict the user to upload the fixed height and width image using jquery file upload what i get from the option is
// Uncomment the following version to restrict the size of
// uploaded images:
/*
'' => array(
'max_width' => 1920,
'max_height' => 1200,
'jpeg_quality' => 95
),
I want to check the fixed height and width and i am uploading 2 images and each image has to be in different dimenssion , is there any parameter for that