开发者

Required Mime Type for CSV

开发者 https://www.devze.com 2023-01-30 07:00 出处:网络
I开发者_StackOverflows there some way to get proper mime type for .csv files to include in the attachment of my jsp page?At the top of your JSP:

I开发者_StackOverflows there some way to get proper mime type for .csv files to include in the attachment of my jsp page?


At the top of your JSP:

<% response.setHeader("Content-Type", "text/csv"); %>


Content-Type: text/csv
0

精彩评论

暂无评论...
验证码 换一张
取 消