header('Content-disposition: attachment; filename='.$file_dl);
header('Content-type: application/exe');
readfile('../downloads/'.$file_dl);
changing Content-type to application.msi has no effect




Posted 20 December 2012 - 09:51 AM
header('Content-disposition: attachment; filename='.$file_dl);
header('Content-type: application/exe');
readfile('../downloads/'.$file_dl);
Posted 20 December 2012 - 11:47 AM
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
