允许访问者下载我网站中的文件(php、javascript、html)
在我的网站中,我希望允许访问者下载图片。 我按以下方式显示图片
<a href="" ><img src = "picture" .../> </A>
当访问者点击链接时,如何开始下载图片?
第二个问题,如果我有很多链接,我如何将图片压缩到一个目录中并允许下载zip?
In my web site, i would like to allow visitors to download pictures.
I displaye the picture in the following way
<a href="" ><img src = "picture" .../> </A>
When the visitor clik on the link, how to begin the downloading of the picture ??
The second question, if i have many links, how can i zip pictures in a single directory and allow the downloding of the the zip?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
设置 apache 设置::
http://mark .koli.ch/2009/09/apache-setting-the-content-disposition-header-with-mod-rewrite.html
Set the apache setting::
http://mark.koli.ch/2009/09/apache-setting-the-content-disposition-header-with-mod-rewrite.html
这是下载文件的 PHP。
Here's the PHP to download a file.
但这仅适用于现代浏览器......
This only works on modern browsers though....