上传图片的时候,弹出框的状态一直是加载中
function keShows(texId){
KE.show({
id : texId,
resizeMode : 1,
allowPreviewEmoticons : false,
dialogAlignType :null,
newlineTag : 'br',
imageUploadJson : '/editor/php/upload_json.php', //图片上传程序路径
fileManagerJson : '/editor/php/file_manager_json.php', //图片浏览程序路径
items : [
'source','fontname', 'fontsize', '|', 'textcolor', 'bgcolor', 'bold', 'italic', 'underline',
'removeformat', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist',
'insertunorderedlist', '|', 'emoticons', 'image', 'link']
});
}
this.keShows('content_id');
路径也没有问题,
请问这是什么问题?这是重写: 
RewriteEngine on
RewriteRule \.(aa)$ index.php
php_flag session.use_trans_sid off也没有对上面的路径重写啊,我把重写删了也不可以,也该也不是重写的问题请问高手这是什么问题啊