Date:  08/25/2010 08:56:30 AM Msg ID:  004197
From:  Jeff Grippe Thread:  004197
Subject:  Download data to a CSV file
 Hello
 
I am trying to code a script for downloading data to a CSV file.
 
I followed your example and included the line
 
ContentType = "application/unknown"
 
but the CSV content is being returned to the browser instead of to a file.
 
The identical code works fine for Excel files but CSV data is being returned to the browser.
 
What do I need to do differently for CSV?
 
Thanks,
Jeff