Snap Builder Public Codes Library
Snap | Generators | Login | Browse | Search | Enter Code | Export Snap Builder Public Codes Library

 

Category: >> .HTACCESS Codes Library >> Instruct browser to download multimedia files rather than display them


Code Snippet </> Info


Snippet Name: Instruct browser to download multimedia files rather than display them

Description: Here is a useful method for delivering multimedia file downloads to your users. Typically, browsers will attempt to play or stream such files when direct links are clicked. With this method, provide a link to a multimedia file and a dialogue box will provide users the choice of saving the file or opening it.

Note: Here are a few .htaccess rules demonstrating the technique (edit file types according to your specific needs).

Author:

Last Modified: 2014-05-18 18:31:58

Language: .htaccess

Highlight Mode: html

Copy Codes: Use Free Notepad ++
Bookmark and Share

Snap HTML Code Editor:
Paste the source code, make changes and instantly see it in live preview.
Snap HTML Code Editor


  About Copying
Copied To Clipboard!

# instruct browser to download multimedia files AddType application/octet-stream .avi AddType application/octet-stream .mpg AddType application/octet-stream .wmv AddType application/octet-stream .mp3


[ Snippet Options ]

 

© 2002 -  Snap Builder Public Codes Library