I want to use CAKE PHP MEIO upload to generate thumbnails of 50 photos programmatically taking from a directory and not by uploading individually.
May Be by calling some meio upload library function.
$meio->crop('/path/to/image/')->saveTo('/path/to/target/dir/filename.jpg');
Is there any possible way to upload files like this.