hi,
i have to download file from my site.
m using code:
$file1=$_POST['file_name'];
header("Content-type: application/mp3/mov/avi/text/plain");
header("Content-Disposition: attachment; filename=".$file1);
readfile($file1);
vaery first time m downloading only videofile.
they work well.
but wen i add for textfiel,documentfile,pdf etc.
it not working.
it download file but not actual content. it wrote with my code.
give me sample code for multiple filetype dowload.
if possible give sample code,
help me to sortout
Thanx