【发布时间】: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