imagecodeigniterckeditorkcfinder

Kcfinder Upload image issue


My site is a Codeigniter with kcfinder and ckeditor, and my issue is when I try upload and load an image, this image upload correctly in an autocreated folder /assets/kcfinder/.thumbs/images/, but When I select the image from server, the URL is wrong and I can not see it. How can I set the correct path?

Screenshot


Solution

  • I have solved the problem. In ../assets/kcfinder/config.php I changed:

    'uploadURL' from "upload" to Absolute url and in 'uploadDir' from "" to "upload" and it worked!

    Thanks anyway.