in reply to Re: HTTP Attachment Header
in thread HTTP Attachment Header

Yes. My example is sending a PDF and Google's site is also sending PDFs. So, both are opening the same helper app (Acrobat). The IE dialoge box that opens on their site and produced by my example appear the same (except for the file name and the document size).

Like I said... maybe there is something else in the header, but everything I have tried up to now doesn't fix the problem.

Replies are listed 'Best First'.
Re^3: HTTP Attachment Header
by ikegami (Patriarch) on Jan 16, 2009 at 19:47 UTC

    The IE dialoge box that opens on their site and produced by my example appear the same (except for the file name and the document size).

    That doesn't preclude an association problem. May I see the command string of the association?

    Like I said... maybe there is something else in the header

    The header you were sending is fine. You've demonstrated this yourself. (And that means this isn't even a Perl problem!)