摘要:
Description:4种ASP.NET文件下载//TransmitFile实现下载 protectedvoid Button1_Click(object sender, EventArgs e) {Response.ContentType = "application/x-zip-compressed";Response.AddHeader("Content-Disposition","attachment;filename=z.zip");string filename = Server.MapPath("DownLo 阅读全文
posted @ 2011-07-19 20:17
荡来荡去(allen)
阅读(362)
评论(0)
推荐(0)
摘要:
Description: http://localhost:4336/Web/AjaxDemo.aspx,最后输出的结果:Request.AppRelativeCurrentExecutionFilePath=~/AjaxDemo.aspxRequest.CurrentExecutionFilePath=/Web/AjaxDemo.aspxRequest.FilePath=/Web/AjaxDemo.aspxRequest.Path=/Web/AjaxDemo.aspxRequest.PathInfo=Request.PhysicalApplicationPath=D:\SXJST\Web\R 阅读全文
posted @ 2011-07-19 20:16
荡来荡去(allen)
阅读(231)
评论(0)
推荐(0)