If you have images or other files that reside externally, how do force the browser to download the link when a user click on it?
The use of "Content-disposition: attachment;" header would do that, but it is not working for files that resides externally without reading and importing the file locally.