How to configure a configuration or server for uploading images to FCKeditor based on ASP.NET MVC?

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

I pasted FCKeditor into the Create.aspx page and each FCKeditors function works fine, except for downloading the file from my local computer :(

I changed the configuration as FCKeditor Document

Here I have 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 a folder called "userfiles" with the access role, like everything for an ASPNET user.

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

Then I tried to upload the image file to the image browser, but no answer.

Do I need something to configure more?

+3
1

Oooops, .Net FredCK.FCKeditorV2:)

.

+4

All Articles