Home > Archive by category 'Download'
 

Php code to Download file from Browser

This code is very useful when we want to download files from browser when clicked on [Download] link.

Step:1

Upload download.php to the server.

Step:2

Write the proper path of the files to be downloaded in download.php

1
2
3
4
5
<?php
$path = "c://wamp/www/DOWNLOAD/upload/"."$file";
?>

DOWNLOAD

 
 
 

Categories

Tag