Hi
I've just installed CKfinder but when im uploading an image it seems like it doesnt automaticly create a thumbnail. Instead it just shows a box with the text "JPG" inside it.
$config['Thumbnails'] = Array(
'url' => $baseUrl . '_thumbs',
'directory' => $baseDir . '_thumbs',
'enabled' => true,
'directAccess' => false,
'maxWidth' => 100,
'maxHeight' => 100,
'bmpSupported' => true,
'quality' => 80);
I have no problems uploading, and i sure all the folders exist and have the permission 777
Hope someone can help
I've just installed CKfinder but when im uploading an image it seems like it doesnt automaticly create a thumbnail. Instead it just shows a box with the text "JPG" inside it.
$config['Thumbnails'] = Array(
'url' => $baseUrl . '_thumbs',
'directory' => $baseDir . '_thumbs',
'enabled' => true,
'directAccess' => false,
'maxWidth' => 100,
'maxHeight' => 100,
'bmpSupported' => true,
'quality' => 80);
I have no problems uploading, and i sure all the folders exist and have the permission 777
Hope someone can help
Re: Tumnails are not shown
If that doesn't help, you may try increasing $TWEAKFACTOR in ckfinder\core\connector\php\php5\Utils\Misc.php.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Tumnails are not shown
I want to see small,medium and large thumbnail , Right now Image are upload successfully in "/userfiles/images/" and only one thumbnail in "/userfiles/_thumbs/Images/" .. i want to see other thumbnail i.e, small, medium and large..
Can anyone help?!
Re: Tumnails are not shown
If your intention is to create always 3 thumbnails when the file is uploaded, then you need to write a simple server plugin, that will use current CKFinder functions to create two other thumbnails.
If you let me know what server side version of CKFinder are you using, I can give you some hints how to achieve that.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+