How can I make my binary file is served as binary, not text when user choose "Save Linked File As..." in Safari?
- by Eonil
I'm serving a binary file (.IPA) with Ubuntu/Apache 2.2.
When I have chosen Save Linked File As... in Safari, it says it's text file. And it guides me to add .txt extension. However it does not add any extra extension when I download it just clicking link.
I added line AddType application/octet-stream .ipa in apache configuration file. I don't…