Changes
Title
unchanged
YiiBooster: How to implement files and images upload on TbRedactor Widget
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
How to, YiiBooster, Widgets
Content
changed
[...]
The following is an example action to return the thumbs and image information:
```php
public function actionTestUploadImageThumbs()
{
echo json_encode(array(
array(
'thumb' => '/images/image1_thumb.png',
'image' => '/images/image1_big.png',[...]