62,271
社区成员
发帖
与我相关
我的任务
分享<appSettings>
<add key="PicType" value=".jpg.gif.jpeg.png.bmp."/>
<add key="Fckeditor:BasePath" value="~/fckeditor/"/>
<add key="FCKeditor:ImageUploadSize" value="500"/>
</appSettings>public override void SetConfig()
{
Enabled = CheckAuthentication();
UserFilesPath = "~/UserFiles/";
UserFilesAbsolutePath = "";
}