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

2002-11-20 Thread Issac Goldstand
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 obviously not registered with the IANA. The tricky part is setting up

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 obviously

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

2002-11-20 Thread Issac Goldstand
never heard of. Issac - Original Message - From: Tom Hukins [EMAIL PROTECTED] To: Issac Goldstand [EMAIL PROTECTED] Cc: Dennis Daupert [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, November 20, 2002 12:27 PM Subject: Re: How do I force a 'Save Window?' On Wed, Nov 20, 2002 at 11

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 Francisco Corella
webcast with more information: http://support.microsoft.com/default.aspx?scid=/servicedesks/webcasts/wc0111 01/wcblurb011101.asp In either document you'll see that application/octet-stream does not force a save window because IE classifies it as an ambiguous type. Note that you can always tell

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

2002-11-20 Thread Francisco Corella
: 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 accurate, but it's certainly worth reading. Have a look at: http

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

2002-11-20 Thread Marc Slagle
- 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 wonderfully helpful. I tried the quick route, setting MIME type

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

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

2002-11-20 Thread siberian
/octet-stream' ) ; $r-send_http_header; and for their XP boxes it opens properly in browser ( same for project ). They are posting to index.html in this case but get the filename properly. On my mac os x I actually get a file named 'report.xls' in my save dialog. So, as often

How do I force a 'Save Window?'

2002-11-19 Thread Dennis Daupert
files popup a browser instance and MS Project, and you get the usual Enable macros and such popups as normal, but only a subset of the project displays in the browser window, and none of the buttons are active in the Project application. Bummer. How can I force a Save File dialog screen

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

2002-11-19 Thread Tim Tompkins
/ -- - 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 a problem when you browse to a page

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

2002-11-19 Thread Tim Tompkins
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 I wouldn't expect IE to honor the content type. Regards, Tim Tompkins

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

2002-11-19 Thread siberian
: 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 a problem when you browse to a page that dynamically displays hyperlinks to files

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

2002-11-19 Thread Kevin Berggren
For IE 5.5, IE doesn't respect the Content-Disposition header and will prompt the user to save a file as foo.pl (or whatever the name of your script happens to be) M$ claims that this was fixed in IE 5.5 SP1. They document this bug (as fixed) here: http://support.microsoft.com/default.aspx

Re: How to invoke the save dialog box when clicking in the link, which is generated by PERL script.

2002-03-06 Thread Martin Haase-Thomas
try: [EMAIL PROTECTED] M. SubbaReddy wrote: Hello Gurus, I am very sorry, if this post is on wrong list. I have a perl script, which gives dynamic page with search files list. Pdf and text files are displaying in browser, when clicking in the link of file. But, I want to save on to disk

Re: does __END__ at the end save memory?

2000-08-15 Thread Doug MacEachern
On Thu, 29 Jun 2000, Vladislav Safronov wrote: Hi, Does __END__ directive at the end of every mod_perl script reduce memory used by httpd ? in a module, no. in an Apache::Registry script, __END__ blocks are not supported. if they were, __END__ would consume more memory to maintain the

save as

2000-07-25 Thread arshavirg
Hello folks, This may be a weak question, but I have to ask it anyway. I have a script running under mod_perl. It works fine, but every once in a while the browser/\"web server\" offers to save the script instead of executing it. Any ideas ? Thanks! Arshavir

RE: save as

2000-07-25 Thread Jerrad Pierce
It's being sent as a content-type that the web-server/browser doesn't know how to handle -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 25, 2000 5:37 PM To: [EMAIL PROTECTED] Subject: save as Hello folks, This may be a weak question

save as

2000-07-25 Thread arshavirg
Hello folks, This may be a weak question, but I have to ask it anyway. I have a script running under mod_perl. It works fine, but every once in a while the browser/\\\"web server\\\" offers to save the script instead of executing it. Any ideas ? Thanks! Arshavir

Re: save as

2000-07-25 Thread yusun
I think you should check the httpd.conf. You should tell the Apache to handle the *.cgi or *.pl in some dir as CGI programs. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 26, 2000 6:36 AM Subject: save as Hello folks, This may be a weak

save as

2000-07-25 Thread Jim Woodgate
[EMAIL PROTECTED] writes: This may be a weak question, but I have to ask it anyway. I have a script running under mod_perl. It works fine, but every once in a while the browser/\"web server\" offers to save the script instead of executing it. Any ideas ? Thanks! you s

does __END__ at the end save memory?

2000-06-29 Thread Vladislav Safronov
Hi, Does __END__ directive at the end of every mod_perl script reduce memory used by httpd ? Best regards, /Vlad