注册 登录
编程论坛 ASP技术论坛

FCK没法上传图片

linjirongkk 发布于 2009-11-12 18:23, 730 次点击
fck编辑器在ASP程序里上传不了图片,那个朋友帮忙解决一下,其它的功能都可以用,就是图片不能上传,点上传没有反应,,,调用代码...在IE8浏览器调试


<%                                         Dim oFCKeditor_D : Set oFCKeditor_C = New FCKeditor
                                                oFCKeditor_C.BasePath    = "../fckeditor/"
                                                oFCKeditor_C.Width        = "100%"
                                                oFCKeditor_C.Height        = "320"
                                                oFCKeditor_C.Value        = ""
                                                oFCKeditor_C.Create "newscontent_en"
                                            %>

0 回复
1