我在我的 asp.net mvc beta 应用程序中使用 FCKeditor 作为 Web 编辑器。
我在 Create.aspx 页面中插入了 FCKeditor 并且 FCKeditors 的每个功能都运行良好,除了从我的本地 pc 上传图像文件:(
我将一些配置更改为FCKeditor 的文档
这下我变了
fckconfig.js
var _FileBrowserLanguage = 'aspx' ; // asp | aspx | cfm | lasso | perl | php | py
var _QuickUploadLanguage = 'aspx' ; // asp | aspx | cfm | lasso | perl | php | py
配置文件
Enabled = true;
我创建了名为“userfiles”的文件夹,其访问角色是 ASPNET 用户的所有内容。
'userfiles' 文件夹位于MyAppRoot/userfiles and MyAppRoot/Views/userfiles
.
然后,我尝试在图像文件浏览器中上传图像文件,但没有任何反应。
我需要一些东西来配置更多吗?