如何设置配置或服务器上载基于ASP.NET MVC中FCKeditor的形象? [英] How to set configuration or server to upload image in FCKeditor based on ASP.NET MVC?

查看:111
本文介绍了如何设置配置或服务器上载基于ASP.NET MVC中FCKeditor的形象?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用FCKeditor的在我的asp.net mvc的测试版应用程序的Web编辑器。

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

我Create.aspx页面插入的FCKeditor和FCKeditors的各项功能运作良好,除了图像文件上传从本地PC:(

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

我改变了一些配置,的FCKeditor的文件

下面是我变了,

fckconfig.js

fckconfig.js

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

config.ascx

config.ascx

Enabled = true;

我做了一个名为userfiles文件夹作为家居ASPNET用户访问角色。

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

userfiles文件夹位于 MyAppRoot / userfiles和MyAppRoot /查看/ userfiles

'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?

推荐答案

Oooops,我忘了参考文件对于.NET的 FredCK.FCKeditorV2 :)

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

它工作正常。

这篇关于如何设置配置或服务器上载基于ASP.NET MVC中FCKeditor的形象?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆