Comparing
#3 with
#5
Yii version
1.1
Tags
image,AJAX,EAjaxUpload, image, imageview, ajax
Content
Hi Friends,
In this tutorial you can use the [eajaxupload-extension](http://www.yiiframework.com/extension/eajaxupload/ "Uplaod Image") ,
After image upload
, How to see image view after uploaded
like
below image 
using this extension[...]
```php
<div class="row">
<?php echo $form->labelEx($model,'liquor_logo'); ?>
<?php $this->widget('ext.EAjaxUpload.EAjaxUpload',
array(
'id'=>'uploadFile_new1',[...]