Yii User Profile Avatar Upload

I am using "yii user" and i try to use profile avatar for each user, so i defind field -

name - "avatar"

Field Type - "VARCHAR"

field size - "255"

Other Validator - {"file":{"types":"jpg, gif, png"}}

Widget - file field

Widget parametrs - {"path":"images/avatar/"}

but it’s still cant upload and save the file, for each user…

any idea?

maybe this will help?

@Yaakov Swiss, I’ve the same problem, with Yii 1.1.14 and Yii-User 0.3-r107.

Did you resolve your problem ?