Exemplo n.º 1
0
    private void DownLoadFileWithSpeedLimit()
    {
        string szFileName = "icon2011111802.png";
        string szFullPath = Server.MapPath("~/images/icon2011111802.png");

        FileCommon.ResponseFile(Page.Request, Page.Response, szFileName, szFullPath, 1);
    }