YiiBooster: How to implement files and images upload on TbRedactor Widget

Comparing #1 with #2

Content

[...]
The following is an example action to return the thumbs and image information:


```php
public function actionTest
UploadImageThumbs()
{
echo json_encode(array(
array(
'thumb' => '/images/image1_thumb.png',
'image' => '/images/image1_big.png',
[...]