Thumbnail-component-for-CakePHP icon indicating copy to clipboard operation
Thumbnail-component-for-CakePHP copied to clipboard

A file uploader and thumbnailer component for CakePHP 1.3 and 2.

Results 2 Thumbnail-component-for-CakePHP issues
Sort by recently updated
recently updated
newest added

Modify to CakePHP v 2.x Changes 1- default images_size to 'large' => array(640, 480, 'resize') 'medium' => array(263, 263, 'resizeCrop') 'thumbnail' => array(150, 150, 'resizeCrop') 'small' => array(90, 90, 'resizeCrop')...

Thanks for the component !! I was wondering if there is a way to save the initial image's name, and in case if it already exists - add some number...