找遍了都找不到它有这个属性
版本号是:
FCKeditor_2.6.4
FCKeditor.Net_2.6.3

解决方案 »

  1.   


    <appSettings>
        <add key="FCKeditor:BasePath" value="~/fckeditor/" />
        <add key="FCKeditor:UserFilesPath" value="~/Uploads" />
    </appSettings>
    web.config文件下可以统一配置……
      

  2.   

    fckeditor\editor\filemanager\connectors\aspx\config.ascx 这里设置
      

  3.   

    <appSettings>
    <add key="FCKeditor:BasePath" value="~/fckeditor/"/>
    <add key="FCKeditor:UserFilesPath" value="/网站名称/UploadFiles/"/>
    </appSettings>
      

  4.   

    <appSettings>   
    <add key="FCKeditor:BasePath" value="/FCKeditor/"/>   
    <add key="FCKeditor:UserFilesPath" value="/Resources/TempUpload/"/>  
    </appSettings>  
     <appSettings> (string)Application["FCKeditor:UserFilesPath"] ;