Re: How do I force a 'Save Window?'

2002-11-20 Thread siberian
I guess its a your mileage may vary sort of thing. The marketing folks here use XP and whatever IE comes with it. I send $r->content_type( 'application/vnd.ms-excel' ) ; $r->header_out('Content-Disposition' => 'attachment; filename=report.xls' ) ; #$r->content_type( 'applicatio

Re: How do I force a 'Save Window?'

2002-11-20 Thread Marcin Kasperski
> Bonus Points : Use > Content-Disposition: attachment;filename=blabla > > and pre-set the name of the file on disk. I tried it hard (in my case I generate PDF files. No way. Internet Explorer ignored it. Finally I decided to perform redirect to URL ending with /blabla.pdf - then it worked more-o

Re: How do I force a 'Save Window?'

2002-11-20 Thread Marc Slagle
arc Slagle   - Original Message - From: "Dennis Daupert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 10:10 AM Subject: Re: How do I force a 'Save Window?' > > Thanks all for the great suggestions. This group is wonderful

Re: How do I force a 'Save Window?'

2002-11-20 Thread Francisco Corella
uot;Dennis Daupert" <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 9:21 AM Subject: Re: How do I force a 'Save Window?' > Dennis, > > Microsoft has documentation on how IE handles MIME types, > content-disposition headers, etc. It may be out of date, and not a

Re: How do I force a 'Save Window?'

2002-11-20 Thread Francisco Corella
you can always tell your users to right-click on the link and select "Save Target As..." to get a save window. Francisco [EMAIL PROTECTED] - Original Message - From: "Dennis Daupert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November

Re: How do I force a 'Save Window?'

2002-11-20 Thread Dennis Daupert
Thanks all for the great suggestions. This group is wonderfully helpful. I tried the quick route, setting MIME type to "application/octet-stream," and that works fine for xl spreadsheets, but I still get the same behavior as before with MS Project files (browser IE 5.00.3105.0106, which is one of

Re: How do I force a 'Save Window?'

2002-11-20 Thread Issac Goldstand
if you confuse them with a type that they've certainly never heard of. Issac - Original Message - From: "Tom Hukins" <[EMAIL PROTECTED]> To: "Issac Goldstand" <[EMAIL PROTECTED]> Cc: "Dennis Daupert" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]

Re: How do I force a 'Save Window?'

2002-11-20 Thread Tom Hukins
On Wed, Nov 20, 2002 at 11:24:33AM +0200, Issac Goldstand wrote: > To force the save window is easy - make up your own content subtype (main > type application) and set it: > > Content-Type: application/x-download-this-file-you-stupid-browser > > Remember to start with an "x-" as your type is ob

Re: How do I force a 'Save Window?'

2002-11-20 Thread Issac Goldstand
t: Wednesday, November 20, 2002 1:02 AM Subject: How do I force a 'Save Window?' > I have file upload working, can upload files of ascii or binary format. > But a problem when you browse to a page that dynamically displays > hyperlinks to files. Text and html files display normally i

Re: How do I force a 'Save Window?'

2002-11-19 Thread Kevin Berggren
; Programmer > http://www.clipart.com/ > http://www.rebelartist.com/ > -- > - Original Message - > From: "Dennis Daupert" > To: > Sent: Tuesday, November 19, 2002 4:02 PM > Subject: How do I force a 'Save Window?' > > >&

Re: How do I force a 'Save Window?'

2002-11-19 Thread siberian
- Original Message - From: "Dennis Daupert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 4:02 PM Subject: How do I force a 'Save Window?' I have file upload working, can upload files of ascii or binary format. But

Re: How do I force a 'Save Window?'

2002-11-19 Thread Tim Tompkins
s" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Dennis Daupert" <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 4:27 PM Subject: Re: How do I force a 'Save Window?' > You can always set the content type to "application/octet-steam" but

Re: How do I force a 'Save Window?'

2002-11-19 Thread Tim Tompkins
rebelartist.com/ -- - Original Message - From: "Dennis Daupert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 4:02 PM Subject: How do I force a 'Save Window?' > I have file upload working, can upload files of ascii or binary

How do I force a 'Save Window?'

2002-11-19 Thread Dennis Daupert
I have file upload working, can upload files of ascii or binary format. But a problem when you browse to a page that dynamically displays hyperlinks to files. Text and html files display normally in a browser, and Word docs popup MS Word as a helper app, and the word doc opens fine. But MS Project