在使用FCKeditor上传图片,Flash时提示报错配置应该都没有问题,除了做上传,其他的都可以.
请高手解释下,谢谢!!
我用的是FCKeditor_2.6.5和FCKeditor.Net_2.6.3

解决方案 »

  1.   

    上面的截图就是错误信息,我是安装网上的帖子改的fckconfig.js中的东西,改的不多。
    在配置文件中加了
    <appSettings>
    <add key="FCKeditor:BasePath" value="/WebSite16/fckeditor/"/>
    <add key="FCKeditor:UserFilesPath" value="/WebSite16/userfiles/"/>
    </appSettings>
      

  2.   

    <appSettings> 
    <add key="FCKeditor:BasePath" value="~/WebSite16/fckeditor/"/> 
    <add key="FCKeditor:UserFilesPath" value="~/WebSite16/userfiles/"/> //都加上~符号
    </appSettings>
      

  3.   

     <appSettings>
       <add key="FCKeditor:BasePath" value="~/WebSite16/fckeditor/"/>
        <add key="FCKeditor:UserFilesPath" value="~/WebSite16/userfiles"/>
        <add key="FCKeditor:UploadDeniedExtensions" value=".php|.php3|.php5|.phtml|.asp|.aspx|.ascx|.jsp|.cfm|.cfc|.pl|.bat|.exe|.dll|.reg|.cgi|.cs|.vb|.asa|.cer|c.dx|.ascx|.asax|.ashx|.asmx|.java|.jsl"/>
      </appSettings>
    这样应该没有问题,记住网站上传了路径要改