关于文件下载的问题,请思归看一下!!
1、Response.OutputStream.Write和BinaryWrite有什么区别
2、Response.ContentType = "application/octet-stream";在下载时是必须的么?
3、我在一个帖子上看过你说过下面的话:
it is a bad idea to return the downloaded file in the current page's button handler, you should use a popup page, but try to call
Response.Clear()
Response.ClearHeaders()
how to use a popup page,there too many data,transfer them to the new page?how to do it?