开发者

How to stop people having an mp3 play through quicktime

开发者 https://www.devze.com 2023-03-11 21:06 出处:网络
I send out a http link for an mp3 to people and when they click on it they are complaining that the file plays in quictime. Obviously t开发者_开发知识库hey need to do \'right click\' --> \'save target

I send out a http link for an mp3 to people and when they click on it they are complaining that the file plays in quictime. Obviously t开发者_开发知识库hey need to do 'right click' --> 'save target as' but is there a way to do this for them using javascript?


Can't be done using JavaScript. But there are many ways to do that using server side scripts. I only know classic asp: Response.AddHeader "content-disposition","attachment; filename=fname.ext"


Do you have PHP? http://elouai.com/force-download.php

0

精彩评论

暂无评论...
验证码 换一张
取 消