Changeset 8624 for temp/trunk


Ignore:
Timestamp:
2006/11/19 20:51:52 (20 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/uehara/tree.php

    r8623 r8624  
    5454            Header("Pragma: "); 
    5555            */ 
    56             header("Accept-Ranges: none"); 
    57             header("Content-Disposition: attachment; filename=".$_POST['select_file']); 
    58             header("Content-Transfer-Encoding: binary"); 
    59             header("Content-Length: ". strlen($_POST['select_file']) ); 
    60             header("Content-Type: text/octet-stream"); 
    6156        } 
    6257    } 
Note: See TracChangeset for help on using the changeset viewer.