liza5757
liza5757

Reputation: 13

ckeditor ckfinder integration in php in IISv5.1 server

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   

Upvotes: 0

Views: 334

Answers (2)

liza5757
liza5757

Reputation: 13

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

Upvotes: 0

Wiktor Walc
Wiktor Walc

Reputation: 5560

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

Upvotes: 1

Related Questions