Hi
I'm trying to force a download of a file extracted from a SQL Server
database, using the following code:
(I have not included the recordset connection code here - but it is being
returned correctly)
Response.ContentType = rs("sMIMEType")
Response.AddHeader "Content-Length", rs("sFileSize")
Response.AddHeader "Content-disposition","attachment; filename=" &
Trim(rs("sFileName"))
Response.BinaryWrite(rs("binFile"))
This works fine in IE6.0.26, but nothing earlier. Does anyone have any
suggestions?
Many thanks in advance
---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]