Need to download uploaded binary file
If your webserver is Apache, you’ll need to tell apache what kind of mime type your file is, so Apache knows how to handle it. You should be able to use the “application/octet-stream” mime type in your .htaccess, in order for Apache to force a download. Learn more here: http://www.htaccess-guide.com/adding-mime-types/ (see the 3rd paragraph, starting … Read more