how to clear cache of thumbnail image of file manager

Permalink
I uploaded the image from file manager and refresh page.
but thumb nail doesn't display original image.
How to clear cache of thumbnail image of file manager?


$b = File::getByID(1);
$a = Loader::helper('concrete/asset_library');
echo $a->file('ccm-b-file', 'fid', t('Choose Image'), $b);

 
JohntheFish replied on at Permalink Reply
JohntheFish
On the dashboard clear cache page, select the checkbox to clear thumbnails.
davidkham replied on at Permalink Reply
Thank you for your patient.
I am sorry for late my response. I have already selected checkbox to clear thumbnails but it doesn't clear
davidkham replied on at Permalink Reply
dashboard clear cache doesn't work within one page form submit.
Elstud replied on at Permalink Reply
Elstud
I delete all thumb with FTP and after when you go back in you file manager, each thumb are recreate.
davidkham replied on at Permalink Reply
Do I'm to delete all images from file manager?
Elstud replied on at Permalink Reply
Elstud
No !
davidkham replied on at Permalink Reply
I'm not still work correctly about upload image cache. Please could you like to explain detail me?
davidkham replied on at Permalink Best Answer Reply
I have solved this problem giving dynamic variable for fid.


$b = File::getByID(1);
$a = Loader::helper('concrete/asset_library');
echo $a->file('ccm-b-file', 'fid'.$x, t('Choose File'), $b);