(3)设置Fckeditor编辑器Base Path属性为“FCKeditor/”。
(4)配置用户上传路径(UserFilesPath)。
打开web.config,添加以下配置:
<configuration>
<appSettings>
<add key="FCKeditor:UserFilesPath" value="/SiteSource/"/>
</appSettings>
…
</configuration>
3.1.4 页面设计
如图3。
图3 生成页面
3.1.5 页面代码
<html XMLns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>远程远程自动上传图片</title>
</head>
<body>
<form id="form1" runat="server">
<div style="margin:0 auto 0 auto; width:700px;">
|