<?php $this->widget(‘zii.widgets.CDetailView’, array(
'data'=>$model,
'attributes'=>array(
'userid',
'created_by',
'username',
'password',
'pancard',
),
)); ?>
this is my view file i need to show file which i am uploading at the column pancard