Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Content-Disposition... odd behavior in IE

by tilly (Archbishop)
on Jan 14, 2009 at 18:29 UTC ( [id://736317]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print "Content-Disposition: attachment; filename=big-test.csv\n\n";
    print "Test,One,Two,Three\n";
    exit;
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print "Content-type: application/octet-stream\n\n";
    print "Test,One,Two,Three\n";
    exit;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-23 18:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found