asp教程.net word文档下载代码
//第一种方法:
string path = server.mappath("文件名.doc");
fileinfo file = new fileinfo(path);
filestream myfilestream = new filestream(path, filemode.open, fileaccess.read);
byte[] filedata = new byte[file.length];
myfilestream.read(filedata, 0, (int)(file.length));
myfilestream.close();
response.clear();
response.contenttype = "application/msword";
response.addheader("content- disposition", "attachment;filename=文件名.doc");
response.flush();
response.binarywrite(filedata);
response.end();
//第二种方法:
解决下载doc文件时自动在页面打开的问题:
context.response.contenttype = "application/x-octet-stream";
string filepath = context.server.mappath(context.request.querystring["filename"].tostring());
string filename = httputility.urlencode(system.io.path.getfilename(filepath).tostring(), system.text.encoding.utf8);
context.response.addheader("content-disposition", "attachment;filename=" + filename);
context.response.writefile(filepath);
context.response.flush();
调用:
runat="server"
navigateurl=''>
摩托车销售模拟器内置菜单中文版
摩托车出售模拟器,又名摩托车销售模拟器,这是一个以摩托车销售
船舶模拟2020最新版
船舶模拟2020是玩法非常有意思的模拟驾驶游戏,高清3d画质
油管主播的生活2内置菜单版
油管主播的生活2内置菜单版是一款模拟养成类游戏,在这里你将体
网吧老板模拟器2手机版
网吧老板模拟器2是非常受欢迎的模拟经营题材手游,在原本的基础
美国警察模拟器巡警2024最新版
美国警察模拟器是一款好玩的模拟手游,游戏中你将扮演一位警察,