解决 KindEditor SWFUpload 批量上传检测用户登录状态的问题
使用KindEditor时遇到个小问题,在给 【爱玩电脑】 开发 用户发表文章 的功能时,KindEditor 批量上传图片失败。 经过百度搜索发现是 #SWFUpload# 无法读取cookie的原因,既然问题找到了就想办法解决呗。又经过一番百度搜索,找到#KindEditor#官方的解决方法 http://www.kindsoft.net/docs/option.html#extrafileuploadparams 我的解决方法: var editor; var editorSets = { themeType: 'default', urlType: 'absolute', cssPath: '/static/editor/iframe.css', uploadJson: '/article/add/upload/', allowImageUpload: true, allowFlashUpload: true, allowMediaUpload: true, allowFileUpload: true, allowFileManager: true, fileManagerJson: '/article/add/fileManager/', formatUploadUrl: true, fillDescAfterUploadImage: true, syncType: