Hi,
I am creating an intranet page for my company where they can
download images of the company logo and partners’ logos. Is there a way
to force a save dialog box to open up instead of the image opening up in a browser.
My page is in html format so no server-side scripting is use.
When I search the web all I get are examples in PHP and get the following:
header("Content-Type: application/force-download");
I experiment this in a META tag:
<META http-equiv="Content-Type"
content="application/force-download">
but it didn't help. Does anyone know of a solution?
Thanks in advance,
RCorr