Hey.. that's exactly what Im looking for also... V3nt.. have you got the code working already???
After putting in the code and i got this...
Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\list_fileall.php:4) in c:\apache\htdocs\list_fileall.php on line 28
Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\list_fileall.php:4) in c:\apache\htdocs\list_fileall.php on line 29
Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\list_fileall.php:4) in c:\apache\htdocs\list_fileall.php on line 30
which line 28, 29 and 30 are as below respectively
header("Content-Description: File Transfer");
header("Content-Type: application/force-download");
header("Content-Disposition: attachment; filename=".basename($file));
Someone please help...