Changes
Title
unchanged
How to show Image view after upload and delete view image using eajaxupload extension
Category
unchanged
How-tos
Yii version
changed
1.1
Tags
changed
image,AJAX,EAjaxUpload, image, imageview, ajax
Content
changed
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',[...]