求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> 展开
<%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> 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询