To: Zhang Zhi, let the client download the text file in the ASP file!

Source: Internet
Author: User
Tags header
Client | Downloads when the server sends data to the browser, the header data in the HTTP protocol is sent first
To have the client download a text file instead of displaying it in the browser
The header data will be changed, as in the following example:


<%@ Language=vbscript%>
<%
Fn= "Thefilenametosave"
Response.AddHeader "Content-disposition:", "Attachment;filename=" &fn
%>
<!--#include file= "Thefilewilldown.txt"-->



where FN is the filename, which is the default filename when the browser saves the file!!

#=include, this sentence must also be clear! It is the file to download! text file, binary
File NOT!!!! And this file name can not be a variable in ASP!




Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.