怎样将cropzoom得到的值返回给控制? [ 新手入门 ]
我使用cropzoom的扩展来剪切用户上传的头像。
$this->widget('ext.cropzoom.JCropZoom', array(
'id' => 'cropZoom1',
'width'=>800,
'height'=>600,
'callbackUrl'=>Yii::app()->createUrl('member/profile/uploadimg'),
//'containerId'=>'crop_container1',
'onServerHandled' => 'js:function(response){alert(response)}',
//if server end give you an json string
// use the $.parseJSON() to decode it !
'image'=>array(
//'source'=>'http://a1.att.hudong.com/11/11/01300000334334123287112954864.jpg'
'source'=>$imageSource,
)
));
?>
点击剪切图片按钮后弹出
array(12) {
["viewPortW"]=>
string(3) "800"
["viewPortH"]=>
string(3) "600"
["imageX"]=>
string(1) "0"
["imageY"]=>
string(1) "0"
["imageRotate"]=>
string(1) "0"
["imageW"]=>
string(4) "1024"
["imageH"]=>
string(3) "768"
["imageSource"]=>
string(58) "http://www.hhedu.com/avatar/2012/03/06/97/sourceImg_97.jpg"
["selectorX"]=>
string(5) "285.5"
["selectorY"]=>
string(3) "250"
["selectorW"]=>
string(3) "229"
["selectorH"]=>
string(3) "100"
}
问,我怎样将这些数据传给控制器呢?以便于保存所截图啊?
共 6 条回复
-
已解决。。。。想知道答案的可以看 http://www.yiichina.com/topic/2149 这个帖子
猫咪兔
注册时间:2012-02-04
最后登录:2019-08-09
在线时长:3小时41分
最后登录:2019-08-09
在线时长:3小时41分
- 粉丝1
- 金钱1045
- 威望0
- 积分1075