Onclick of the link or button - How to download mp4 video into system downloads. instead of opening the video in the browser
Solved! Go to Solution.
Views
Replies
Total Likes
@Kummari_DilipKu Ensure that the Content-type header has a value of 'application/octet-stream' and Content-Disposition header has a value 'attachment' and if it is an anchor tag add a 'download' attribute in the in anchor tag.
https://www.w3schools.com/tags/att_a_download.asp
Views
Replies
Total Likes
@Kummari_DilipKu Ensure that the Content-type header has a value of 'application/octet-stream' and Content-Disposition header has a value 'attachment' and if it is an anchor tag add a 'download' attribute in the in anchor tag.
https://www.w3schools.com/tags/att_a_download.asp
Views
Replies
Total Likes
download attribute adding it is working. thank you
Views
Likes
Replies
Views
Likes
Replies