主题: 为什么单图上传没问题,多图的上传显示失败?
作者: 咸鱼, 发布日期: 2015-02-03 17:36:34, 浏览数: 1887
    editor1 = KindEditor.create('#Kcontent', {
        uploadJson: '/admin/handler/dofiles.aspx?act=kindup',
        allowFileManager : true,
        resizeType: 1,
        imageTabIndex: 1,
        allowPreviewEmoticons: false,
        items: [
                    'source''|''undo''redo''|''preview''print''template''code''cut''copy''paste',
                    'plainpaste''wordpaste''|''justifyleft''justifycenter''justifyright',
                    'justifyfull''insertorderedlist''insertunorderedlist''indent''outdent''subscript',
                    'superscript''clearhtml''quickformat''selectall''|''fullscreen''/',
                    'formatblock''fontname''fontsize''|''forecolor''hilitecolor''bold',
                    'italic''underline''strikethrough''lineheight''removeformat''|''image''multiimage',
                    'table''hr''emoticons''baidumap''pagebreak',
                    'anchor''link''unlink''|''about'                 ],
        afterCreate: function () {
            this.sync();
        },
        afterBlur: function () {
            this.sync();
        }          //主要是这两个方法      });


这是我的配置,大家帮忙看看吧。
作者: 咸鱼, 发布日期: 2015-02-03 18:49:08
我刚刚发现是google浏览器不行,IE的都可以多图上传,这个怎么解决?
回复
发表新帖 发表回复