怎样用request取得T1的值
<html><title>example</title>
<body>
<form name="form1" method="post" action="upload.asp" enctype="multipart/form-data">
<input type="text" name="T1" size="20"><input type=file name="file1" onblur="ChangePath()">
<p>&nbsp;
<input type=submit name="submit" value="提交">  
</p>
</form>
</body> 
</html>