sf0223cn 2011-11-11 15:44:15 3908次浏览 6条回复 0 0 0

用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.'
),
您需要登录后才可以回复。登录 | 立即注册