Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6785709
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:09:36+00:00 2026-05-26T17:09:36+00:00

Thanks to your tips and Ben Nadel’s QueryToCSV solution, I’m now able to generate

  • 0

Thanks to your tips and Ben Nadel’s QueryToCSV solution, I’m now able to generate CSV files from my queries. However, I’d like to allow the user to choose where to save the generated file. The documentation states that:

The following tag can force most browsers to display a dialog box that asks users
whether they want to save the contents of the file specified by the cfcontent tag
using the filename specified by the filename value. If the user selects to open
the file, most browsers open the file in the related application, not the browser
window.

<cfheader name="Content-Disposition" value="attachment; filename=filename.ext">

This works for PDF files, but I can’t make it work with CSV files. Currently I’m writing the file to a temp file first, then calling cfcontent, then cfheader:

<cffile
  action="WRITE"
  file="#filename#"
  output="#CSVString#"
/>

<cfcontent file="#filename#" type="text/plain" >
<cfheader name="Content-Disposition" value="attachment; filename=#filename#">

This works to write the file to the temp directory, then to the browser window; but I can’t figure out how to allow the user to choose where to save.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T17:09:36+00:00Added an answer on May 26, 2026 at 5:09 pm

    Try text/csv instead of text/plain for your content type?

    Browsers will assume that plain text can/should be displayed on screen, whereas they (should) ask the user what to do for CSV data.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Thanks in advance for your help experts. I want to be able to copy
What's your top 3 Silverlight performance design tips? Thanks
Thanks for your help! I'd like to output all companyName entries that have uploads
Thanks for your replies. First I am explaining my requirement :- I created my
Thanks for your answers to my previous question about GUI in java . I
first of all thanks for taking your time! I'm a junior Dev, working with
I am a newbie to VBS scripting. Thanks for all your comments! I fixed
EDIT: SOLVED Thanks Brooks. Your question led me to keep digging into if the
First off, thanks in advance for your help. This issue is driving me nuts.
I need to grep the following: my $string = Thanks for contacting support. Your

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.