Z
zwtexp
Unregistered / Unconfirmed
GUEST, unregistred user!
用delphi写的cgi:
with Request do
Response.ContentType:='xml/html';
response.ContentStream:=s1;(s1是一个Tmemorystream类型的xml流)
response.SendResponse;
为什么在浏览器上提交之后先显示对话框,然后保存下来才能看到xml文件,怎么才能不出现对话框!!!
请大家帮帮忙了啊
难道是response的contenttype的值的问题????
with Request do
Response.ContentType:='xml/html';
response.ContentStream:=s1;(s1是一个Tmemorystream类型的xml流)
response.SendResponse;
为什么在浏览器上提交之后先显示对话框,然后保存下来才能看到xml文件,怎么才能不出现对话框!!!
请大家帮帮忙了啊
难道是response的contenttype的值的问题????