fckeditor上传问题
我正在尝试使用 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/");
I am trying to use the upload feature in FckEditor but when I choose the file and press upload I get "Upload in progress please wait" but nothing happened , knowing that I can create new folder and brows the existed files which in the image directory.
I've edited the configuration sittings to the target directory and set the write and modify permissions .
// 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/");
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论