on 10/18/02 1:01 AM, Rupert Killick at [EMAIL PROTECTED] wrote:

> Response.ContentType = rs("sMIMEType")

Try:
Response.ContentType = "application/octet-stream"
or
Response.ContentType = "application/x-msdownload"

either should force the browser to download rather than being handled as is
appropriate for the mime-type of the file you're sending to the browser.

Wade


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to