![]() |
#2
icecool2011-09-24 09:19
|
如下代码是需要 认为的指定它存到哪个文件夹下
<%
Response.Write("123")
Response.Buffer = True
Response.ContentType="application/ms-txt"
Response.AddHeader "Content-Disposition", "attachment;filename=TXT.txt"
%>
有什么办法可以让这段代码 自动的 存到指定的文件夹下
D:\TEST\