  anonymoose
@teksavvy.com
| How to make a .wmv download instead of stream?
i want to point my friends to a video clip but want them to get the download window instead of streaming it in the browser. i read that you need to add this line to the .htaccess file to do it:
AddType application/octet-stream wmv
but im not sure how or where to put that line.
this is how my .htaccess file looks now
|
|
  anonymoose
@teksavvy.com | bump
please help  |
|
  anonymoose
@teksavvy.com | reply to anonymoose anyone?  |
|
  johnnyboyct
join:2003-06-11 Newington, CT | reply to anonymoose You could do something like this, I suck at htaccess :P
»elouai.com/force-download.php |
|
  yock TFTC Premium join:2000-11-21 Fairfield, OH | reply to anonymoose Right click -> Save As...
??? |
|
  DC DSL Stays crunchy even in milk Premium join:2000-07-30 Washington, DC
·Covad Communications
·Verizon Online DSL
| reply to anonymoose I don't use .htaccess handle things like forcing downloads by adding/manipulating the headers and response in server-side code:
If you're not using ASP.NET, surely PHP has a similar capability.
-- There is no giant fur-bearing trout. |
|
  johnnyboyct
join:2003-06-11 Newington, CT
·Cox HSI
| reply to anonymoose something like this
-- Connecticut Web Design and Development |
|