【问题标题】:How to set configuration or server to upload image in FCKeditor based on ASP.NET MVC?如何在基于 ASP.NET MVC 的 FCKeditor 中设置配置或服务器上传图片?
【发布时间】:2008-12-30 10:43:28
【问题描述】:

我在我的 asp.net mvc beta 应用程序中使用 FCKeditor 作为 Web 编辑器。

我在 Create.aspx 页面中插入了 FCKeditor,除了从本地电脑上传图片文件外,FCKeditors 的每个功能都运行良好:(

我将一些配置更改为FCKeditor's document

我改了,

fckconfig.js

var _FileBrowserLanguage    = 'aspx' ;  // asp | aspx | cfm | lasso | perl | php | py
var _QuickUploadLanguage    = 'aspx' ;  // asp | aspx | cfm | lasso | perl | php | py

config.ascx

Enabled = true;

我创建了一个名为“userfiles”的文件夹,其访问角色是 ASPNET 用户的一切。

'userfiles' 文件夹位于MyAppRoot/userfiles and MyAppRoot/Views/userfiles

然后,我尝试在图片文件浏览器中上传图片文件,但没有任何反应。

我需要更多的配置吗?

【问题讨论】:

    标签: asp.net-mvc fckeditor


    【解决方案1】:

    糟糕,我忘了参考 .Net FredCK.FCKeditorV2 的文件 :)

    效果很好。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2017-09-21
      • 2015-10-10
      • 2018-10-14
      • 2012-07-17
      • 2012-06-06
      • 2017-10-19
      • 1970-01-01
      相关资源
      最近更新 更多