Hi,

On Mar 6, 2007, at 3:44 PM, wc184 wrote:

The problem I have is the URL has to match "dlchs*-_-*.xml". This,
subsequently, prompts the user to save the file under this format by
default. I would IE to prompt the user to save under the original filename.

I think you need these response headers:

        Cache-Control: Pragma:no-cache
        Content-Disposition: attachment; filename=what.ever

You can use the HTTPHeaderAction within your pipeline to set those from the sitemap.

HTH,
—ml—


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to