Response.ContentType="application/x-msdownload";
Response.AddHeader ("Content-Disposition", "attachment; filename="+filename+";charset=GB2312");
Server.Transfer(filedown);如果filedown是.asp文件,那么就会出错
我是想能过这段代码实现文件下载,不管是什么文件,请大家帮忙