代码改变世界

随笔档案-2008年10月

FCKEditor 图片上传一直显示进度条的问题

2008-10-13 09:50 by 山不转水转..., 932 阅读, 收藏,
摘要: fckeditor 2.6.3 上传图片后一直显示进度条。用wireshart抓包发现返回了Http500错误,提示theme有关的失败信息。后将fckeditor\editor\filemanager\connectors\aspx 中的文件加入 EnableTheming="false" Theme="" StylesheetTheme="" 代码后正常。 阅读全文