G
Guest
We are having problems getting a Mac with IE to download Word documents from our web site using the code below. Any tips welcom
Response.Clear(
Response.ContentType = "application/x-unknown
Response.AppendHeader("Content-Disposition", "attachment; filename=" & Chr(34) & oDr(FileNameField) & Chr(34)
Response.BinaryWrite(oDr(FieldName)
Response.End()
Response.Clear(
Response.ContentType = "application/x-unknown
Response.AppendHeader("Content-Disposition", "attachment; filename=" & Chr(34) & oDr(FileNameField) & Chr(34)
Response.BinaryWrite(oDr(FieldName)
Response.End()