yii2-crop-image-upload
yii2-crop-image-upload copied to clipboard
Yii2 extension for cropped image upload
Hi, I want to upload files under root directory e.g. E:\wamp\www\advanced\upload\ How I can do this? I have tried to change the url and path value in my model but...
Hello, I have some problems using its extension, but it is the extension that comes closer to doing what I need, so I'm insisting on the use of it =)...
I need to change line 112 in CropImageUploadBehavior: ``` php if (!empty($crops[$ind])) { $crop['value'] = $crops[$ind]; } ```