主题: 关于asp.net上传图片的问题
作者: bogle, 发布日期: 2010-04-01 10:49:51, 浏览数: 7465

我用C#写的图片上传
最后这样写的
Response.Write(" <script type=\"text/javascript\">parent.KE.plugin[\"image\"].insert(\"" + Request.Form["id"] + "\", \"" + filename + "\",\"" + Request.Form["imgTitle"] + "\",\"" + Request.Form["imgWidth"] + "\",\"" + Request.Form["imgHeight"] + "\",0,\"" + Request.Form["align"] + "\");<"+"/script> ");
图片是能成功写入 但是 页面总是报
exception thrown and not caught 的js错误
求解!

作者: bogle, 发布日期: 2010-04-01 11:12:13

好了 我知道什么原因了  未输入高度和宽度的原因 我给了默认值 呵呵

回复
发表新帖 发表回复