[Zope] how can I force download of a word document as a file
and not have it calling word?
Dennis Allison
allison@sumeru.stanford.EDU
Mon, 15 Apr 2002 10:36:07 -0700 (PDT)
It's a browser function. The browser recognizes the mime-type and knows
it has a viewer (MSWord) and fires off the viewer. You have to modify the
browser settings.
On Mon, 15 Apr 2002, Robert Rottermann wrote:
> When I have a file object that contains a word doc "viewing" it fires up
> word and displays the document.
> What I really want is that the save file dialog is presented. So how can I
> suppress the default behavior?
>
> Robert