ckeditor ckfinder integration in php in IISv5.1 server

344 Views Asked by At

I'm trying to upload images. but the folder is creating in wwwroot place. i want to upload the image in 'uploads' folders. By the way here is IIS V5.1.!

                             ckeditor
wwwroot-->ckeditor_ckfinder-->
                             ckfinder
                             uploads
                             index.php   

2

There are 2 best solutions below

0
On BEST ANSWER

I got the solution. You must give uploads file permission perfectly !

6
On

Change baseDir / baseUrl settings in the server side configuration file to point to the uploads folder.