How to set configuration or server to upload image in FCKeditor based on ASP.NET MVC?

余生颓废 提交于 2019-12-09 21:29:44

问题


I am using FCKeditor as web editor in my asp.net mvc beta application.

I inserted FCKeditor in Create.aspx page and every function of FCKeditors works well except image file uploading from my local pc :(

I changed some configuration as FCKeditor's document

Here's I changed,

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;

I made folder named 'userfiles' with access role as everything for ASPNET user.

'userfiles' folder is located in MyAppRoot/userfiles and MyAppRoot/Views/userfiles.

Then, I tried to upload image file in the image file browser, but there is no response.

Do I need something to config more?


回答1:


Oooops, I forgot refer the file for .Net FredCK.FCKeditorV2 :)

It works fine.



来源:https://stackoverflow.com/questions/399965/how-to-set-configuration-or-server-to-upload-image-in-fckeditor-based-on-asp-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!