Having a bit of a head scratcher with Uploadcare's Widget in PHP when it comes to cropping.
The widget is cropping, but uploading a full size image regardless. Grabbing the UUID and storing it in database for later retrieval.
What am I missing?
Thanks!
As per the PHP API I am passing the attributes in the array
getInputTag('uuid', array("data-images-only" => "true", "data-crop" => "150x150"))
Controller code
$uuid = $api->getFile($request->uuid)->data['original_file_url'];