> Thanks, I though it was going to be something STUPID, like 
> this.  Is there a
> header I can use that will tell IE another file name 
> 'FIlename: xxx.pdf' or
> something?

You can try:

    Content-Disposition: attachment; filename=somefile.pdf

Or I think even this may work:

    Content-Disposition: inline; filename=somefile.pdf


Michael


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

Reply via email to