fckeditor不能上传图片文件

    技术2022-05-18  11

    web.config文件中修改

     

    <appSettings>   <add key="FCKeditor:UserFilesPath" value="/tt/UserFiles/"/>   <!--tt代表您的Web站点名称--></appSettings>


    最新回复(0)