Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Not able to display 'save as dialog box' in browser

by misc (Friar)
on Oct 03, 2007 at 09:15 UTC ( [id://642347]=note: print w/replies, xml ) Need Help??


in reply to Not able to display 'save as dialog box' in browser

Try to debug your headers.
Even if you print the headers the right way, there's still the possibility your web server (apache?) prints some headers.
I'm using firebug (www.getfirebug.com),
but you could also telnet to your webserver.

telnet localhost 80 GET /theurl

I'm also using mod_rewrite with apache.
This way you can, e.g., "redirect" all urls beginning with http://www.yourserver/download/ to your cgi script.

If you put out pdf files, for example, the adobe reader will not recognize the correct filename otherwise, the button "save a copy" would save the file as "cgiscript.pl".

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://642347]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (1)
As of 2024-04-25 00:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found