How to validate tabular input by CActiveForm's validator

Hi guys,

I 'd like to know how the validation in CActiveForm works in case that the Tabular Input is applied.

To clarify my problem, I have a form for upload multiple files, but I really could not find the way to validate it as I want to use CActiveForm.

Though using normal input with CActiveForm is really nice as it is provided by Gii already, but with another model together to upload files makes me confused.

Please suggest me somehow… (I am stuck too long with this thing :-[ )

There is an extension for manage tabular input.

About ajax validation, is not possible to apply it to file field: ajax call DOES NOT submit files, therefore you can neither validate or save them via ajax.

I am using it now.

Thank YOu