I want to send my attachments as an attachment, not a link. I have been turning off the link from cloud everytime. Now it is sending my attachment link. How do I turn that off. Already took an hour just to get ot here. I want it off.
Solved! Go to Solution.
Views
Replies
Total Likes
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
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