2

I wants browser to download a video as file as soon as when server is ready.

I have seen Download File Using Javascript/jQuery , however,It is not possible to change MIME on my server.

But some browser will regard video as a streaming media and display it at hidden iframe,instead of download it.

How can I fix this,make browser ignore MIME and download it?

Thanks for help!

4

1 回答 1

0

也许,HTML5 下载属性是你需要的?给客户一个视频链接并添加属性。但是,并非每个浏览器都支持它。

于 2013-08-07T10:50:53.997 回答