jquery - Firefox and IE not downloading MP4 file from different origin -
i've case in chrome working fine firefox , ie not.
case: need download mp4 file different origin using button anchor tag. below code it:
<a id="lnkdownloadvid" class="btn-download" href="www.downloadlink.com/downloadvideo.mp4" download="testdownload.mp4"> <span>download atv</span> <span> <img src="../app_themes/default/images/example/download-icon.png" style="width: 15px;" /> </span> </a>
my domain www.example.com , i'm trying download www.downloadlink.com video file named "downloadvideo.mp4".
issue i'm facing in firefox , ie instead of downloading starts streaming video, need download video instead of streaming.
can have solution either using jquery or html5? don't want use server side because video file size huge (approx 100+ mb).
Comments
Post a Comment