简体   繁体   English

如何使用 HTML 链接的“下载”属性下载 mp4 文件?

[英]How can I download an mp4 file using the 'download' property of HTML's a link?

I want to be able to download the "video.mp4" file with the code below.我希望能够使用下面的代码下载“video.mp4”文件。

<a href="video.mp4" download>download</a>

However, it is not downloaded and played.但是,它不会被下载和播放。

How can I make it downloaded without being played?我怎样才能让它下载而不被播放?

<a href="<resource_link>" download="<resource_name>" target="_blank">download</a>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何下载MP4文件而不是在浏览器上播放? - How can I download a MP4 file instead of playing it on browser? 只有一个简单的html和js文件,我怎么能强制链接到MP3下载而不是只是播放? - with just a plain html and js file, how can i force a link to an mp3 to download instead of just play? Chrome无法下载,但其他浏览器可以…mp4上的html链接 - Chrome can't download but other browser can … html link on mp4 如何为AWS mp4目标链接创建下载链接 - How to create a download link for an AWS mp4 target link 我有一个指向要下载的 .mp4 文件的链接。 但在我下载它之前,我希望它被压缩。 有什么建议吗? - I have a link to a .mp4 file I want to download. But before I download it I want it compressed. Any advice? 如何将下载链接添加到 html,其中 href 是在线托管的 .mp4? - How to add download link to html, where href is a .mp4 that is hosted online? 如何从 HTML blob:URL 下载 mp4 视频? - How to download mp4 video from HTML blob: URL? 如何使用文件的下载链接上传文件 - How can i upload a file by using the download link to the file HTML:如何使用链接下载 pdf 文件 - HTML: How to download a pdf file using a link 如何在 HTML 中创建下载链接? - How can I create download link in HTML?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM