Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

How do I prevent Save as .csv file alwways appending .txt to the filename if I choose the "Open with" action?

  • 2 답장
  • 2 이 문제를 만남
  • 16 보기
  • 최종 답변자: birdwes

more options

My ASP csv download page is calling:

Response.Clear Response.AddHeader "content-disposition","attachment; filename=filename.csv" Response.ContentType = "Content-Type: text/csv; charset=utf-8"

When I click on the link to this ASP page the Firefox "Opening filename.csv" dialog appears:

filename.csv which is a: Text Document

If I choose "Open with <Any Application name>" the file is always opened by the application with a .txt appended to the filename, which in this particular case prevents my spreadsheet software from correctly opening it.

a) How do I prevent the .txt being appended to the file name if OpenWith is used?

b) Is there a way to add a CSV type to the Tools->Options Applications Content Type list to prevent the "which is a: Text Document" message?

This behaviour does not happen in Chrome, Opera, Safari or IE.

My ASP csv download page is calling: Response.Clear Response.AddHeader "content-disposition","attachment; filename=filename.csv" Response.ContentType = "Content-Type: text/csv; charset=utf-8" When I click on the link to this ASP page the Firefox "Opening filename.csv" dialog appears: filename.csv which is a: Text Document If I choose "Open with <Any Application name>" the file is always opened by the application with a .txt appended to the filename, which in this particular case prevents my spreadsheet software from correctly opening it. a) How do I prevent the .txt being appended to the file name if OpenWith is used? b) Is there a way to add a CSV type to the Tools->Options Applications Content Type list to prevent the "which is a: Text Document" message? This behaviour does not happen in Chrome, Opera, Safari or IE.

글쓴이 birdwes 수정일시

선택된 해결법

It was a fault of the server, not Firefox.

The ASP should have been:

Response.ContentType = "text/csv; charset=utf-8"

Fixed!

thanks

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (2)

more options

Is there no entry in Application Options for text/csv?

orange Firefox button or classic Tools menu > Options > Applications

In the search box, type csv and pause while Firefox filters the list.

If you have Microsoft Office installed, the dialog typically lists "Microsoft Office Excel Comma Separated Values File (text/csv)" (you need to display the mouseover tooltip to see all of it).

I assume Firefox extracts this information from the registry. If you want to reset the Application Options and have Firefox rebuild them, the method is described in this article:

https://support.mozilla.org/en-US/kb/cant-download-or-save-files#w_reset-download-actions-for-all-file-types ("Reset download actions for all file types")

글쓴이 jscher2000 - Support Volunteer 수정일시

more options

선택된 해결법

It was a fault of the server, not Firefox.

The ASP should have been:

Response.ContentType = "text/csv; charset=utf-8"

Fixed!

thanks

글쓴이 birdwes 수정일시