拆除 原件 Dont work on MeioUpload !
i 在我的职位模式中加入这一守则:
/model/post.php
public $actsAs = array(
MeioUpload.MeioUpload => array(
avatar =>array(
thumbnails => true ,
thumbsizes => array( small => array( width =>100, height =>100)),
thumbnailQuality => 75,
thumbnailDir => thumb ,
removeOriginal => true
)
)
);
i 只需要上下载,我不需要来源图。
(cakephp 2.1.2)
thanks