在ASP页面中下载附件 [英] Download attachment in asp pages

查看:86
本文介绍了在ASP页面中下载附件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经建立了一个用于上传文件的页面.

请有人帮我下载附件并查看附件.


感谢

I have made a page for uploading file.

please some one help me to download the attachment and view attachment .


Thanks

推荐答案

有多种下载文件的方法.最简单的方法是使用<创建指向文件的链接. >标签.或者,您可以使用Response.Write()甚至Response.Redirect(url);.
There are various ways to download a file. The easiest is to create a link to the file using < a > tags. Or you can use Response.Write() or even Response.Redirect(url);.


这篇关于在ASP页面中下载附件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆