Android 手机可以通过网页链接下载吗?
In my web site i make link like<a href="test.txt">DOWNLOAD</a>
. And when i open this site on my Android phone and click on link, standart browser opens txt file. I want to download file and not open.
What i may to do for that?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为您需要在服务器设置上设置 MIME 类型。
I think you need to set MIME type set on your server setting.
默认情况下,text.txt 与查看器链接,因此将下载并打开。
其次,它将存储在 SD 卡上的下载文件夹中。
By default, the text.txt is linked with a viewer hence if will download and open.
Secondly, it would be stored in downloads folder on your sdcard.