function force_download($file) { if ((isset($file))&&(file_exists($file))) { header(“Content-length: “.filesize($file)); header(‘Content-Type: application/octet-stream’); header(‘Content-Disposition: attachment; filename=”‘ . $file . ‘”‘); readfile(“$file”); } else { echo “No se ha seleccionado ningún fichero”; } }
-
Articulos recientes
Nube de Tags
.Net Ajax c# cookies crossbrowser css CSS3 css reset ctr custom error handlers date errors Facebook firefox forzar descarga gd google hack html humor IE jquery jqurey leer tags LINQ mes a texto metatags Mootools mysql nudging php regexp remove tags Salesforce semantica SEO Silverlight Spartan-code SQL strings utils visualforce weather web 2.0 Windows Azure Services PlatformComentarios
-
February 2012 M T W T F S S « Nov 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29