Home  >  Article  >  Backend Development  >  FCKeditor上传图片“浏览服务器”出现路径异常

FCKeditor上传图片“浏览服务器”出现路径异常

WBOY
WBOYOriginal
2016-06-13 13:46:34979browse

FCKeditor上传图片“浏览服务器”出现路径错误
在本地测试编辑器一切正常,但是上传到2003服务器上,从上传图片中点击“浏览服务器”就会出现“Error creating folder "D:\wwwroot/uploadfile/" (Can't create D: directory)”的错误,请问应该如何解决啊?
配置文件中的路径配置:
$Config['UserFilesPath'] = PHPCMS_PATH.UPLOAD_URL ;

------解决方案--------------------
Error creating folder "D:\wwwroot/uploadfile/" (Can't create D: directory
创建文件夹“D:\ wwwroot文件/ uploadfile/”(无法创建D:目录错误

那可能是权限不够吧
你的服务器的操作系统是什么版本的?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn