ysdoar
(Ysdoar)
1
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?
nicoT
(Nicolas T)
3
@Yaakov Swiss, I’ve the same problem, with Yii 1.1.14 and Yii-User 0.3-r107.
Did you resolve your problem ?