Bogdan Stancescu wrote:

> I don't understand - where does it get the filename from

It _should_ get it from the
   Content-disposition: filename="pickaname"
header you can send out. Maybe if you make that
   Content-disposition: filename="pickaname.pdf"
or
   Content-disposition: attachment; filename="pickaname.pdf"
IE will work (although for the nitpicks amongst us, it shouldn't care
about the name other than as a suggested save name, and use the
content-type header for helper application selection. But I digress).

> (and implicitly the extension)?

I don't really know what IE uses to determine the relevant helper
application.

> I thought it was from the URL

That's what I think it does.

http://support.microsoft.com/support/kb/articles/Q293/3/36.asp seems
to provide detail on how msie works in this regard, but I don't know
how current this is.

Emile



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

Reply via email to