file_get_contents($_FILES['subject']['tmp_name']) ,'method' => $_POST['method'] )); header('Content-Type: application/octet-stream'); header('Content-Transfer-Encoding: binary'); header("Content-Disposition: attachment; filename=\"{$_FILES['subject']['name']}." . ($_POST['method'] == 'deflate' ? 'zd' : ($_POST['method'] == 'gzip' ? 'zg' : 'zc' ) ) . '"'); $he->encode(9); echo $he->getContent(); exit(); } ?>

Encode
as