用CUploadedFile上传文件,为啥不能过滤不允许上传的文件格式 [ 新手入门 ]
用CUploadedFile上传文件,为啥不能过滤不允许上传的文件格式 Model中已加入:
array('user_img', 'file', 'allowEmpty'=>true,
'types'=>'jpg, gif, png',
'maxSize'=>1024 * 1024 * 1, // 1MB
'tooLarge'=>'The picture was larger than 1MB. Please upload a smaller picture.'
),
共 6 条回复
-
你的问题我遇到过,我已经写在:http://www.yiichina.com/topic/1435
-
tianlan654 回复于 2012-01-09 10:36 举报
CMultiFileUpload 怎么没有 限制上传大小的属性?
-
lz19881123 回复于 2012-01-09 17:54 举报
上传要验证表单上传的规则。不然就没限制住的。
sf0223cn
注册时间:2011-03-25
最后登录:1970-01-01
在线时长:0小时0分
最后登录:1970-01-01
在线时长:0小时0分
- 粉丝0
- 金钱145
- 威望0
- 积分145