html - Download a file with javascript and ignore MIME -


i wants browser download video file when server ready.

i have seen download file using javascript/jquery , however,it not possible change mime on server.

but browser regard video streaming media , display @ hidden iframe,instead of download it.

how can fix this,make browser ignore mime , download it?

thanks help!

maybe, html5 download attribute need? give client link video , add attribute it. not every browser supports it, though.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -