NMHTTP与如何向asp生成的页面写数据? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061213150936132.html
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文件写入页面文本框,并发送给服务器,请高手指点。
现在Delphi里面已经没有了NetMaster控件了,都换成了Indy。似乎你也该看看Indy了。