barryvdh / laravel-elfinder

elFinder bundle for Laravel
745 stars 171 forks source link

run protected function tmbname in connector #183

Closed webineh closed 7 years ago

webineh commented 7 years ago

i need use same function like bellow

protected function tmbname($stat) { $ext = 'png'; if($stat['mime'] == 'image/jpeg'){$ext = 'jpg';} if($stat['mime'] == 'image/gif'){$ext = 'gif';} return current(explode('.', $stat['name'])).'.'.$ext; // return $stat['hash'].$stat['ts'].'.png'; }

this function set orginal file name for thumbs