IISv5.1 服务器 php 中的 ckeditor ckfinder 集成

ckeditor ckfinder integration in php in IISv5.1 server

我正在尝试上传图片。但该文件夹正在 wwwroot 位置创建。我想上传 'uploads' 个文件夹中的图像。对了这里是IIS V5.1.!

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

更改服务器端配置文件中的 baseDir / baseUrl 设置以指向上传文件夹。

我得到了解决方案。您必须完美地授予 uploads 文件权限!