Rifky Apriadi

July 17, 2008

download file word

Filed under: PHP

kemarin aku sudah dapat untuk meng-uploat file doc, sekarang gimana cara client mengambil atau melihat file tersebut? nah ini dia lagi-lagi atas bantuan bapak google! emoticon nih sourcenya :

<?php
$strid = $_GET[’id’];
//echo $strid;
//die();
$fpath = "image/$strid";
header("Content-type: application/msword");
//header("Content-type: text/tab-separated-values");
header("Content-Length: ".filesize($fpath));
header("Content-Disposition: filename=".basename($fpath));
readfile($fpath);
exit;

?>

Comments »

No comments yet.

RSS feed for comments on this post.

Leave a comment

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>



Anti-spam measure: please retype the above text into the box provided.

Get free blog up and running in minutes with Blogsome
Theme designed by Ian Main