我正在尝试使用FckEditor中的上传功能,但是当我选择文件并按上传时,我会收到“正在上传,请稍候”,但没有任何反应,因为我知道我可以创建新文件夹并浏览现有的文件图像目录。
我已将配置编辑编辑到目标目录并设置写入和修改权限。
// SECURITY: You must explicitly enable this "connector". (Set it to "true").
Enabled = CheckAuthentication();
// URL path to user files.
UserFilesPath = "/Files/";
// The connector tries to resolve the above UserFilesPath automatically.
// Use the following setting it you prefer to explicitely specify the
// absolute path. Examples: 'C:\\MySite\\userfiles\\' or '/root/mysite/userfiles/'.
// Attention: The above 'UserFilesPath' URL must point to the same directory.
UserFilesAbsolutePath = Server.MapPath("~/Files/");