Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Perl Cvs P5ee > [svn:p5ee] r111...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 693 of 694
Post > Topic >>

[svn:p5ee] r11129 - p5ee/trunk/App-Widget/lib/App

by spadkins@[EMAIL PROTECTED] Apr 21, 2008 at 12:50 PM

Author: spadkins
Date: Mon Apr 21 12:50:12 2008
New Revision: 11129

Modified:
   p5ee/trunk/App-Widget/lib/App/Widget.pm

Log:
bin in content_type now returns text/html

Modified: p5ee/trunk/App-Widget/lib/App/Widget.pm
==============================================================================
--- p5ee/trunk/App-Widget/lib/App/Widget.pm	(original)
+++ p5ee/trunk/App-Widget/lib/App/Widget.pm	Mon Apr 21 12:50:12 2008
@[EMAIL PROTECTED]
 -294,7 +294,8 @[EMAIL PROTECTED]
         xls  => "application/vnd.ms-excel\nContent-disposition:
attachment; filename=\"$filename.xls\"",
         xml  => "application/xml",
         csv  => "application/octet-stream\nContent-disposition:
attachment; filename=\"$filename.csv\"",
-        bin  => "application/octet-stream\nContent-disposition:
attachment; filename=\"$filename.bin\"",
+        #bin  => "application/octet-stream\nContent-disposition:
attachment; filename=\"$filename.bin\"",
+        bin  => "text/html",
     );
 
     my $extension = $self->{extension} || "html";




 1 Posts in Topic:
[svn:p5ee] r11129 - p5ee/trunk/App-Widget/lib/App
spadkins@[EMAIL PROTECTED  2008-04-21 12:50:13 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu May 15 0:26:47 CDT 2008.