How to do this ? Please give me some code example. It seems like 90% of the people has the same problem. If I click on browse server - error - you don't have permission to search on the server. If I click on choose file and upload to server after - error - bad request. I tried to make a custom action to upload the image but again - bad request. I am working on LAMP on Ubuntu 18.
My code is simple as that:
<?= $form->field($model, 'description')->widget(CKEditor::class, [
'kcfinder' => true,
'clientOptions' => [
'filebrowserUploadUrl' => '/admin/page/upload-image'
]
]); ?>
How should I make that GOOD request. And why I don't have permission to look on my own server? I red the whole documentation about the ckeditor. Really don't understand nothing now. Bagging you for real example ...