tags:

views:

212

answers:

1

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?

+1  A: 
Jeremy Stein
Thank you. It's perfect!
Leonid