fckeditor上传问题

发布于 2024-11-10 09:05:37 字数 716 浏览 4 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文