老鸟们。。。你们的小弟菜鸟又来了。。快来救我啊~~
再贴代码,我需要在样张这里实现图片上传功能,可我实在不知道该怎么办啊。。55555555请老鸟们帮帮我啊,再次裸睡外面。。
—————————————————————————————————————————————
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>需求提交页面</title>
<link href=css.css rel=stylesheet style=text/css>
</head>
<body>
<form action="adddwsave.asp" method="post" name="addnew">
<div align="center">
<table width="450" border="0" cellpadding="2" cellspacing="1" id="table1" background="img/bg1.gif">
<!-- MSTableType="nolayout" -->
<tr bgcolor="#FFE7E7">
<td height="40" colspan="2" align="center">需求提交页面</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="118"><P style="MARGIN-TOP: 2px; MARGIN-LEFT: 80px">
<font size="2">单位</font></p></td>
<td width="321">
<select size="1" name="dw">
<option selected>—请选择—</option>
</select></td>
</tr>
<tr bgcolor="#FFFFFF">
<td><P style="MARGIN-TOP: 5px; MARGIN-LEFT: 80px"><font size="2">需实现的功能</font></p></td>
<td><input type="text" name="gn" size="43"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="31"><P style="MARGIN-TOP: 2px; MARGIN-LEFT: 80px"><font size="2">IP</font></p></td>
<td height="31"><input name="ip" type="text" size="19" disabled=yes value=<%=Request.ServerVariables("REMOTE_ADDR")%>><font size="2"> </font>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td valign="top"><P style="MARGIN-TOP: 2px; MARGIN-LEFT: 80px">
<font size="2">需求类别</font></p></td>
<td><font size="2"><select size="1" name="lb">
</select> </font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td valign="top"><P style="MARGIN-TOP: 5px; MARGIN-LEFT: 80px">
</p>
<P style="MARGIN-TOP: 5px; MARGIN-LEFT: 80px">
</p>
<P style="MARGIN-TOP: 5px; MARGIN-LEFT: 80px">
<font size="2">描述</font></p></td>
<td><textarea name="nr" cols="43" rows="13"></textarea><font size="2">
</font></td>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<td width="118">
<p align="right"> <font size="2">项目字段</font></td>
<td width="321">
<p align="left"><input type="text" name="zd" size="43"></td>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<td width="118">
<p align="right"> <font size="2">样张</font></td>
<td width="321">
<input type="file" name="img" size="19" style="float: left"><input type="submit" value="上传" name="up" style="float: left"></td>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<td colspan="2"><input type="submit" name="Submit1" value="提交">
<input type="reset" name="Submit" value="清除">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>