here i m write simple Php script to start automatic download when page is loaded .......
header ('Content-type:application/doc');
// Doc is your document type u can change it
header ('Content-Disposition:attachement;filename="xyz.doc")
// xyz..doc is your document ready to download
exit();
?>
No comments:
Post a Comment