主题:  如何获得multipart/form-data的数值

浪笔

职务:普通成员
等级:1
金币:1.0
发贴:250
#12005/7/29 17:18:41
<form enctype=multipart/form-data method=post name="upfile2" action=test.asp?menu=up target=_blank>
<table cellpadding=0 cellspacing=0 width=491 align="center">
<tr>
<td width="144" height="33">上传图片</td>
<td align=right width="345" height="33"> <input type=file style=FONT-SIZE:9pt name=file size="30">
<input style=FONT-SIZE:9pt type="submit" value=" 上 传 " name=Submit2 td>
</tr>
</table>
</form>


我想把 <input type=file style=FONT-SIZE:9pt name=file size="30">
里的数值传到test.asp里



缺缺

职务:管理员
等级:8
金币:41.0
发贴:9620
#22005/7/29 17:33:46
你用的什么上传程序