Hello. I have apache and many images on this server. E. g.: http://test.com/images/abc.jpg
I want to have possibility do this: if user go to url like this http://test.com/images/download/abc.jpg
apache must add header Content-Disposition: attachment; filename="abc.jpg"
. How I can do it?
views:
212answers:
1Thank you. It's perfect!
Leonid
2010-02-18 11:08:09