Response.Clear() Response.AddHeader("Content-Disposition", "attachment; filename=" & fileName) Response.ContentType = "application/octet-stream" Response.TransmitFile(FullFilePath) Response.End()
with this code i am unable to open the downloaded files, if browser is FireFox.