|
-
Aug 30th, 2001, 04:45 PM
#1
Thread Starter
Frenzied Member
Exporting/Downloading
Please tell me what is wrong with this code... It worked fine in 5.0 but now in 5.5 it won't... I am creating a comma seperated string
(session("strExport")) then am redirecting to a file containing this code:
<%
strFilename = "List_" & Date() & ".csv"
strFilename = Replace(strFilename, "/", "_")
Response.Addheader "Content-Disposition", "attachment; filename=" & strFilename
response.write session("strExport")
%>
thanks in advance,
Michael
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|