Hello,
I have some kind of links which should start a download (they are
invoked by scripts, certainly javascript) but Safari shows them in the
current page, as raw text, instead of downloading the data as a file.
The url has an extension of ".wbp" so why does Safari not think it's a
file? (since the URL has an extension). And how do I tell Safari that
".wbp" is a file to download?
I don't want the file to be opened by an application when the download
finishes (because the only application suitable for this deletes the
file once it treated it).