How to show Image view after upload and delete view image using eajaxupload extension

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 ![http://puu.sh/aeSkQ/cd078d7519.jpg](http://puu.sh/aeSkQ/cd078d7519.jpg "Image view")

using this extension
[...]

```php

<div class="row">
<?php echo $form->labelEx($model,'liquor_logo'); ?>
<?php $this->widget('ext.EAjaxUpload.EAjaxUpload',
array(
'id'=>'uploadFile_new1',
[...]