asp 运行后生成的页面如下:
-----------------------------<html>
<head>
<title>sever对象的应用</title>
</head>
<body bgcolor=blue>
<font color=red size=5>修改文本文件 11.txt的内容</font>
<form method=post action="5-17.asp">
<textarea name=s1 rows=10 cols=50>1111111</textarea><br>
<br>
<input type="submit" value="确定"><input type="reset" value="重置">
</form>
</body>
</html>
-------------------------------现在想通过NMHTTP将一个指定的txt文件写入页面文本框,并发送给服务器,请高手指点。