F
fab
Hi,
in my scenario, I have an asp download page that manage downloads from
my site with this code:
Response.Expires = 0
Response.Buffer = True
Response.Clear
Response.AddHeader "content-disposition","attachment;
filename=""myfile.doc"""
Response.ContentType = "application/download"
Response.BinaryWrite BinFile
Response.Flush()
on desktop browser (ie, firefox) it works fine, but on ppc 2003, only
under https, it doesn't work, because the file name that I attempt to
download is "download.asp", not "myfile.doc". With a non-secure page
(http) it works fine.
Why?
Any helps are appreciate.
NOTE: This post is replicated <a
href="http://groups-beta.google.com/group..._frm/thread/aa5d92fcf7bdffd5/f4d609ec76cb724c">here</a>
in my scenario, I have an asp download page that manage downloads from
my site with this code:
Response.Expires = 0
Response.Buffer = True
Response.Clear
Response.AddHeader "content-disposition","attachment;
filename=""myfile.doc"""
Response.ContentType = "application/download"
Response.BinaryWrite BinFile
Response.Flush()
on desktop browser (ie, firefox) it works fine, but on ppc 2003, only
under https, it doesn't work, because the file name that I attempt to
download is "download.asp", not "myfile.doc". With a non-secure page
(http) it works fine.
Why?
Any helps are appreciate.
NOTE: This post is replicated <a
href="http://groups-beta.google.com/group..._frm/thread/aa5d92fcf7bdffd5/f4d609ec76cb724c">here</a>