求asp页面上传图片代码 100

我是新手,在用DW编辑asp网页,希望某个大侠能教我最简单提交图片到数据库的方法,不需要显示缩略图的,请教我在哪里插什么代码,其中一部分代码:<%action=reque... 我是新手,在用DW编辑asp网页,希望某个大侠能教我最简单提交图片到数据库的方法,不需要显示缩略图的 ,请教我在哪里插什么代码,其中一部分代码:
<%action=request("action")
if action="save" then
if trim(request("title"))="" or trim(request("nr"))="" or trim(request("pd"))="" then
response.Write "<script language='javascript'>alert('带*的部分为必添部分,不能为空!');history.go(-1);</script>"
response.End
end if
set rsn=server.CreateObject("adodb.recordset")
rsn.open"select * from news",conn,1,3
rsn.addnew
rsn("title")=request("title")
rsn("nr")=request("nr")
rsn("adddate")=request("adddate")
rsn("pd")=request("pd")
rsn("hit")=request("hit")
if request("pic")<>"" then rsn("pic")=request("pic")
rsn.update
rsn.close
set rsn=nothing
response.write "<script LANGUAGE='javascript'>alert('添加成功!');window.close()</script>"
response.End()
end if
%>
...............
<td height="25" align="right"
bgcolor="#f56b6b" class="style6"><span class="STYLE19">图 片:</span></td>
<td bgcolor="#FDDFDF"><span class="STYLE20">
<label>
<input name="pic" type="text" id="pic" size="25" />
(图片大小建议:200*150)</label>
</span></td>
</tr>
<tr bgcolor="#fddfdf">
<td height="25" align="right" bgcolor="#f56b6b" class="style6 STYLE16"> </td>
<td height="25" bgcolor="#FFFFFF"><label>
<input type="file" name="file" >
<input type="submit" name="Submit2" value="提交">
</label></td>
展开
 我来答
lee学长
2014-07-25 · 超过59用户采纳过TA的回答
知道小有建树答主
回答量:216
采纳率:0%
帮助的人:107万
展开全部
你是新手的话,还是去用别人写好的ASP文件上传组件,比如:艾恩ASP文件上传组件。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式