Closed
Description
Cropped image name will be configurable, it make big effort when some dynamics image directory generate after upload and cropped.
For Ex:
if(isset($config['cropConfig']['useFileNameUnique']) && $config['cropConfig']['useFileNameUnique'] != ""){
$ext = pathinfo($imageName, PATHINFO_EXTENSION);
$imageName = sha1(uniqid(mt_rand(), true)).'.'.$ext;
}
What you think about this one ?
Metadata
Assignees
Labels
No labels