kindeditor编辑器的图片上传 服务器发生故障 上传功能后台代码用python语言 20
javascript如下代码:KE.show({id:'info',resizeMode:0,urlType:'domain',shadowMode:false,allo...
javascript如下代码:
KE.show({
id : 'info',
resizeMode : 0,
urlType : 'domain',
shadowMode : false,
allowUpload : true, //允许上传图片
imageUploadJson : './uploadTextImage',//服务端上传图片处理URI
items : ['source','bold','italic','underline','fontsize','|','image','flash','emoticons','|','selectall','removeformat','undo','redo','fullscreen','|', 'link', 'unlink'],
autoSetDataMode : true //当输入内容时自动执行KE.util.setData函数
});
请问uploadTextImage中的后台代码怎么写。急!!!
采用的是webpy框架
后台代码为:
def uploadTextImage(request):
imgWidth=request.REQUEST.get('imgWidth')
imgHeight=request.REQUEST.get('imgHeight')
border = "0"
id="info"
result = "<script
type=\"text/javascript\">parent.KE.plugin[\"image\"].insert(\""+ id+
"\",\""+ url+ "\",\""+ imgTitle+\"\",\"" + imgWidth+ "\",\"" + imgHeight + "\",\"" + border + "\");</script>"
return ???
图片上传到了指定的路径,各个参数也获得了。就是回显有问题,提示服务器出现故障。不知道return 什么东西,图片才能现在到编辑器上 展开
KE.show({
id : 'info',
resizeMode : 0,
urlType : 'domain',
shadowMode : false,
allowUpload : true, //允许上传图片
imageUploadJson : './uploadTextImage',//服务端上传图片处理URI
items : ['source','bold','italic','underline','fontsize','|','image','flash','emoticons','|','selectall','removeformat','undo','redo','fullscreen','|', 'link', 'unlink'],
autoSetDataMode : true //当输入内容时自动执行KE.util.setData函数
});
请问uploadTextImage中的后台代码怎么写。急!!!
采用的是webpy框架
后台代码为:
def uploadTextImage(request):
imgWidth=request.REQUEST.get('imgWidth')
imgHeight=request.REQUEST.get('imgHeight')
border = "0"
id="info"
result = "<script
type=\"text/javascript\">parent.KE.plugin[\"image\"].insert(\""+ id+
"\",\""+ url+ "\",\""+ imgTitle+\"\",\"" + imgWidth+ "\",\"" + imgHeight + "\",\"" + border + "\");</script>"
return ???
图片上传到了指定的路径,各个参数也获得了。就是回显有问题,提示服务器出现故障。不知道return 什么东西,图片才能现在到编辑器上 展开
2013-09-22 · 知道合伙人软件行家
关注
展开全部
看你用什么后台框架了,其实就是处理http的post请求。
如果用django,那么可以按照下面的方式处理。
http://bbs.chinaunix.net/thread-1836380-1-1.html
如果用django,那么可以按照下面的方式处理。
http://bbs.chinaunix.net/thread-1836380-1-1.html
追问
采用的webpy框架
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询