Hi Pamela,
Attachement as attachement rules are dictated by the headers that you supply with your files from your server stack.
mod_headers.so file in Apache directory has the right capabilities to set headers.
Following rule added to appropriate vhost and applied to expected filepath's or extensions, would do the trick:
Header set Content-Disposition attachment
Regards,
Peter