zoukankan      html  css  js  c++  java
  • TransmitFile

    Response.ContentType = "image/jpeg";
    Response.AppendHeader("Content-Disposition","attachment; filename=SailBig.jpg");
    Response.TransmitFile( Server.MapPath("~/images/sailbig.jpg") );
    Response.End();
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
     
    Code
                          
  • 相关阅读:
    大三寒假生活19
    大三寒假生活18
    大三寒假生活17
    大三寒假生活16
    大三寒假生活15
    大三寒假生活14
    MySQL 字符集与比较规则
    Python ord & chr
    CentOS7 通过 devstack 安装 OpenStack
    Python *args & **kwargs
  • 原文地址:https://www.cnblogs.com/lixinsheng/p/1494413.html
Copyright © 2011-2022 走看看