WinCE 4.20, SSL and Content-Disposition

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top