if you want to force certain kind of files to pop up the save as dialog box, you have to add the AddType directive with the value application/octet-stream to the .htaccess file like this:
- AddType application/octet-stream .csv
- AddType application/octet-stream .xls
- AddType application/octet-stream .doc
- AddType application/octet-stream .avi
- AddType application/octet-stream .mpg
- AddType application/octet-stream .mov
- AddType application/octet-stream .pdf
and that’s all, now everything works fine
Nice trick, worked for me. thanks!
Works great. Thanks!
this isn’t working for me
Verify that your apache configuration allows htaccess