.SAV Mime Type

I use:

AddType application/octet-stream .sav

in the Apache config files for the GOTM forum.
 
Yes. You aren't going to tell the client to open the file directly in a specific app, so just tell it to download it as binary. That's all application/octet-stream does.
 
Back
Top Bottom