摘要: 1.1 Response.ContentType = "application/x-jpg-compressed";//下载jpg格式文件2 Response.AddHeader("Content-Disposition", "attachment;filename=z.... 阅读全文
posted @ 2015-03-25 17:21 三醉 阅读(226) 评论(0) 推荐(0) 编辑
摘要: fileupload服务控件上传int leng = FileUpload1.PostedFile.ContentLength;//获取文件大小 string fileName = FileUpload1.PostedFile.FileName;//获取文件名 ... 阅读全文
posted @ 2015-03-25 16:48 三醉 阅读(178) 评论(0) 推荐(0) 编辑