/ Published in: PHP
                    
                                        
Simple force download crossbrowser
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
function downloadFile($file){
/*Coded by Alessio Delmonti*/
$file_name = $file;
$mime = 'application/force-download';
}
URL: www.tecnocrazia.com
Comments
 Subscribe to comments
                    Subscribe to comments
                
                