How to Solve - You Don't Have Permission to Upload Files in KCFinder?
I was working on my project and implementing KCEditor and CKFinder (the free one) with image upload, but when i tried to upload image i found error like "you don't have permissions to upload files".
So, i though maybe issue for folder permission because i used ubuntu OS. i gave whole ckfinder folder give full permission 777 and also give ckeditor folder too. but same error. At last i found how to solve it. So if you have also fetch this error then you have to open config.php file in conf folder of ckfinder and disabled equal to give false.
ckfinder/conf/config.php
'disabled' => true,
INTO
'disabled' => false,
Hardik Savani
I'm a full-stack developer, entrepreneur and owner of ItSolutionstuff.com. I live in India and I love to write tutorials and tips that can help to other artisan. I am a big fan of PHP, Laravel, Angular, Vue, Node, Javascript, JQuery, Codeigniter and Bootstrap from the early stage. I believe in Hardworking and Consistency.
We are Recommending you
- PHP MySQL Login with Google Account Example
- How to Create Zip Folder and Download in PHP?
- PHP MySQL Confirmation Before Delete Record using Ajax Example
- PHP Ajax Form Validation Example Tutorial
- PHP MySQL DataTables Server-side Processing Example
- PHP MySQL Integrate Fullcalendar Example Tutorial
- PHP MySQL Image Gallery CRUD Example
- PHP CKEditor Custom File Upload Example
- How to Implement Flash Messages in Codeigniter?
- PHP - Getting Started PHPUnit Test Example
- How to Get Folder Path from File Path in PHP?
- How to Get the File Size in PHP?
- How to Send Mail in PHP Laravel?