constraints => {    image_name => [    {        constraint_method => 'file_format',    },    {        constraint_method => 'file_max_bytes',        params => [\100],    },    {        constraint_method => 'image_max_dimensions',        params => [\200,\200],    },    ],