mishamx / yii-user

Yii PHP Framework extension for registration and management users accounts.
http://yii-user.2mx.org/
186 stars 154 forks source link

File upload widget issue on Yii v1.1.12 #10

Open jjnavsofs0 opened 12 years ago

jjnavsofs0 commented 12 years ago

Due to change in framework the file uploads but database is not updated .

fix: following value needs to be added to other validatiors - '{"file":"allowEmpty":"true","maxFiles":"1","types":"jpg,png,gif","safe":"true"}}' .

Note: "safe" is to be set with true.

ntuzzg commented 12 years ago

Thanks this issue a lot. luck to find this

ApXaHgheJI commented 11 years ago

Thanks - I was searching a day , why don't save the filename...