Difference between #1 and #2 of
YiiBooster: How to implement files and images upload on TbRedactor Widget

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 actionTest
UploadImageThumbs()
{
echo json_encode(array(
array(
'thumb' => '/images/image1_thumb.png',
'image' => '/images/image1_big.png',
[...]
11 0
20 followers
Viewed: 32 978 times
Version: 1.1
Category: How-tos
Written by: Antonio Ramirez
Last updated by: Antonio Ramirez
Created on: Mar 26, 2013
Last updated: 11 years ago
Update Article

Revisions

View all history